File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
weixin-java-miniapp/src/main/java/cn/binarywang/wx/miniapp/api Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ public interface WxMaMsgService {
20
20
/**
21
21
* <pre>
22
22
* 发送客服消息
23
- * 详情请见: <a href="https://mp .weixin.qq.com/debug/wxadoc/ dev/api/custommsg/conversation .html">发送客服消息</a>
23
+ * 详情请见: <a href="https://developers .weixin.qq.com/miniprogram/ dev/api-backend/customerServiceMessage.send .html">发送客服消息</a>
24
24
* 接口url格式:https://api.weixin.qq.com/cgi-bin/message/custom/send?access_token=ACCESS_TOKEN
25
25
* </pre>
26
26
*/
@@ -29,7 +29,7 @@ public interface WxMaMsgService {
29
29
/**
30
30
* <pre>
31
31
* 发送模板消息
32
- * 详情请见: <a href="https://mp .weixin.qq.com/debug/wxadoc/ dev/api/notice. html#接口说明 ">发送模板消息</a>
32
+ * 详情请见: <a href="https://developers .weixin.qq.com/miniprogram/ dev/api-backend/templateMessage.send. html">发送模板消息</a>
33
33
* 接口url格式:https://api.weixin.qq.com/cgi-bin/message/wxopen/template/send?access_token=ACCESS_TOKEN
34
34
* </pre>
35
35
*/
You can’t perform that action at this time.
0 commit comments