订阅消息,subscribeMessage.send调用报47001?
java开发,main函数调用,能正常发送服务通知;通过小程序进入java后台控制层调用接口报47001(都是调用test方法)
接口调用地址https://api.weixin.qq.com/cgi-bin/message/subscribe/send?access_token=我的token
接口参数{“touser”:“我的openID”,“data”:{“thing8”:{“value”:“請按預約時間到診所就診”},“name1”:{“value”:“劉備”}},“miniprogram_state”:“trial”,“template_id”:“我的template_id”,“page”:"/pages/record/record?toView=d3e30ed385a143089220b03f61066f4f",“lang”:“zh_TW”}
调用的post方法