修复部分接口官方文档地址

This commit is contained in:
Binary Wang
2019-05-09 23:21:58 +08:00
parent 49454655c6
commit 467e33dc71

View File

@@ -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>
*/