文件名称:微信小程序 出现47001 data format error原因解决办法
文件大小:45KB
文件格式:PDF
更新时间:2024-04-18 14:28:50
微信,小,程序,出现,47001,data,format,e
微信小程序 出现47001 data format error原因解决办法 看下错误: (此图片来源于网络,如有侵权,请联系删除! ) 主要原因是请求的数据不是json格式引起的 分享下我用的代码和函数: 发送模板消息 ? 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 public function sendmessage(){ $data=$_POST=json_decode(file_get_contents('php://input'), TRUE); $access_token=$this->getAccessToken(); $request_url='h