首次提审因客户将认证电话当成骚扰电话没接,所以认证失败
根据接口文档发起二次提审,返回以下结果
{
"errcode": -1,
"errmsg": "system error: 初始化失败 rid: 65efaef3-5aa76a40-3ef1a117"
}
发送的参数如下(敏感数据用xm代替):
https://api.weixin.qq.com/wxa/sec/reauth?access_token=xm
{
"auth_data": {
"customer_type":xm,
"taskid": "xm",
"account_name": "xm",
"account_name_type": xm,
"account_supplemental": [
"xm",
"xm"
],
"contact_info": {
"email": "xm",
"name": "xm"
},
"pay_type": 1,
"qualification": "xm",
"service_appid": "xm",
"third_party_phone": "xm"
}
}
官方看这里,客户着急上线,麻烦尽快解决,谢谢!