All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.zopen.wechat.mp.dto.message.subscribe.SubscribeMessageResp Maven / Gradle / Ivy

There is a newer version: 1.0.5
Show newest version
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保持一致

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy