Token token = TokenAPI.token(MpAppId, MpAppSecret)
https://api.weixin.qq.com/cgi-bin/message/template/send?access_token=;
使用小程序的appId和secret生成token推送消息返回接口未授权;
postJson(jsonObject) = {"errcode":48001,"errmsg":"api unauthorized rid: "}
使用公众号的APPID和secret生成的token推送消息返回APP页面错误;
postJson(jsonObject) = {"errcode":40165,"errmsg":"invalid weapp pagepath rid: "};
大佬有排除问题的思路吗
你好,提供下返回的rid