收藏
回答

添加体验者接口突然不行了,提示格式错误

$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]

回答关注问题邀请回答
收藏

2 个回答

登录 后发表内容