收藏
回答

第三方代微信认证小程序,二次提审失败如何解决?

AppID
wxbf11d40b5d841bb3

首次提审因客户将认证电话当成骚扰电话没接,所以认证失败

根据接口文档发起二次提审,返回以下结果

{
    "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"
    }

}


回答关注问题邀请回答
收藏
登录 后发表内容