mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-20 18:47:38 +08:00
✨ #1239 增加微信小程序订阅消息发送接口
This commit is contained in:
@@ -444,6 +444,14 @@ public enum WxMaErrorMsgEnum {
|
||||
CODE_85064(85064, "找不到模版/草稿"),
|
||||
|
||||
CODE_85065(85065, "模版库已满"),
|
||||
|
||||
/**
|
||||
* 小程序订阅消息错误码
|
||||
* https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/subscribe-message/subscribeMessage.send.html
|
||||
*/
|
||||
CODE_43101(43101, "用户拒绝接受消息,如果用户之前曾经订阅过,则表示用户取消了订阅关系"),
|
||||
|
||||
CODE_47003(47003, "模板参数不准确,可能为空或者不满足规则,errmsg会提示具体是哪个字段出错"),
|
||||
;
|
||||
|
||||
private int code;
|
||||
|
Reference in New Issue
Block a user