|
|
@ -628,8 +628,8 @@ public class WxmpMessageServiceImpl implements WxmpMessageService { |
|
|
|
*/ |
|
|
|
@Override |
|
|
|
public List<TemplateListV2ResultDTO> templateListV2(TemplateListV2FormDTO formDTO) { |
|
|
|
// String url = "https://epmet-cloud.elinkservice.cn/api/third/personaltemplate/templatelistv2";
|
|
|
|
String url = "http://localhost:8110/third/personaltemplate/templatelistv2"; |
|
|
|
String url = "https://epmet-cloud.elinkservice.cn/api/third/personaltemplate/templatelistv2"; |
|
|
|
// String url = "http://localhost:8110/third/personaltemplate/templatelistv2";
|
|
|
|
String data = HttpClientManager.getInstance().sendPostByJSON(url, JSON.toJSONString(formDTO)).getData(); |
|
|
|
logger.info("ThirdLoginServiceImpl.templatelistv2:httpclient->url:" + url + ",结果->" + data); |
|
|
|
JSONObject toResult = JSON.parseObject(data); |
|
|
|