com.zopen.wechat.mp.dto.message.subscribe.SubscribeMessageResp Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of zopen-ato-starter Show documentation
Show all versions of zopen-ato-starter Show documentation
Alibaba Tencent And Others For Spring Boot.
package com.zopen.wechat.mp.dto.message.subscribe;
import com.zopen.wechat.mp.dto.BaseResponse;
public class SubscribeMessageResp extends BaseResponse {
// 40003 touser字段openid为空或者不正确
// 40037 订阅模板id为空不正确
// 43101 用户拒绝接受消息,如果用户之前曾经订阅过,则表示用户取消了订阅关系
// 47003 模板参数不准确,可能为空或者不满足规则,errmsg会提示具体是哪个字段出错
// 41030 page路径不正确,需要保证在现网版本小程序中存在,与app.json保持一致
}