| 错误代码 | 错误消息 | 状态码 |
|---|---|---|
| PARAMETER_ERROR | 无效的办税小号phoneNoX ,请检查办税小号格式是否正确! | 无 |
| PARAMETER_ERROR | 无效的手机号或固定电话(固定电话需要加区号,区号和号码中间不需要加连字符)phoneNoA,请检查手机号或固定电话格式是否正确 | 无 |
| PARAMETER_ERROR | 号码池key为 poolKey 的办税小号 phoneNoX 绑定关系已更新,更新后的实名手机号为phoneNoA,绑定id为subsId | 无 |
| PARAMETER_ERROR | 号码池key为poolKey 的办税小号phoneNoX 更新绑定的实名手机号phoneNoA失败! | 无 |
{
"oldNoA": "1573xxxxxxx",
"phoneNoA": "1574xxxxxxx",
"phoneNoX": "170xxxxxxx"
}curl --location --request POST 'http://prod-cn.your-api-server.com/v2/public/sjhm/updateNoA' \
--header 'access_token: {{access_token}}' \
--header 'access_token: {{access_token}}' \
--header 'req_date: {{req_date}}' \
--header 'req_date: {{req_date}}' \
--header 'req_sign: {{req_sign}}' \
--header 'req_sign: {{req_sign}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"oldNoA": "1573xxxxxxx",
"phoneNoA": "1574xxxxxxx",
"phoneNoX": "170xxxxxxx"
}'{
"reqId": "55a0b9c64e3c4792a9b026b306dd53a1",
"code": "SUCCESS",
"success": true,
"message": "",
"data": true
}