调用微信公众号模板消息推送接口无法获取成功响应?
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: "}; 大佬有排除问题的思路吗