|
@@ -110,7 +110,7 @@ public class MceMbuserServiceImpl extends AbstractCrudService<MceMbuserMapper, M
|
|
|
// messageVo.setTKeyword2("测试2");
|
|
|
// messageVo.setTKeyword3("测试3");
|
|
|
messageVo.setTRemark(infoContent);
|
|
|
- messageVo.setTUrl(String.format(constant.WE_CHAT_CUSTOMER_CALL_URL,infoId));
|
|
|
+ messageVo.setTUrl(String.format(constant.WE_CHAT_CUSTOMER_CALL_URL,infoType,infoId));
|
|
|
messageVo.setTemplateId(constant.WE_CHAT_TEMPLATE_ID);
|
|
|
|
|
|
String requestUrl = "https://api.weixin.qq.com/cgi-bin/message/template/send?access_token=" + token;
|