|
|
@@ -20,7 +20,7 @@ public interface WxMaMsgService { |
|
|
|
/** |
|
|
|
* <pre> |
|
|
|
* 发送客服消息 |
|
|
|
* 详情请见: <a href="https://mp.weixin.qq.com/debug/wxadoc/dev/api/custommsg/conversation.html">发送客服消息</a> |
|
|
|
* 详情请见: <a href="https://developers.weixin.qq.com/miniprogram/dev/api-backend/customerServiceMessage.send.html">发送客服消息</a> |
|
|
|
* 接口url格式:https://api.weixin.qq.com/cgi-bin/message/custom/send?access_token=ACCESS_TOKEN |
|
|
|
* </pre> |
|
|
|
*/ |
|
|
@@ -29,7 +29,7 @@ public interface WxMaMsgService { |
|
|
|
/** |
|
|
|
* <pre> |
|
|
|
* 发送模板消息 |
|
|
|
* 详情请见: <a href="https://mp.weixin.qq.com/debug/wxadoc/dev/api/notice.html#接口说明">发送模板消息</a> |
|
|
|
* 详情请见: <a href="https://developers.weixin.qq.com/miniprogram/dev/api-backend/templateMessage.send.html">发送模板消息</a> |
|
|
|
* 接口url格式:https://api.weixin.qq.com/cgi-bin/message/wxopen/template/send?access_token=ACCESS_TOKEN |
|
|
|
* </pre> |
|
|
|
*/ |
|
|
|