$params = array ( 'wechatid' => $wechatid ); $params = str_replace ( '\/' , '/' ,json_encode( $params ,JSON_UNESCAPED_UNICODE)); $res = curl_post( 'https://api.weixin.qq.com/wxa/bind_tester?access_token=' . $authorizer_access_token , $params ); $res =json_decode( $res ,true); |
错误返回 errcode:47001,errmsg:data format error hint: [BnJ5.a07294529]
你好,建议参考下面的这个回答:
小程序码生成,提示data format error hint
https://developers.weixin.qq.com/blogdetail?action=get_post_info&docid=67f17e97b812f452375c8b4a626cf9e2&highline=data%20format%20error%20hint
取消体验者的接口正常https://api.weixin.qq.com/wxa/unbind_tester?access_token=xxxx