感谢您的反馈!
上游业务前台查询指定商户是否支持上翻
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| payee_register_no | String | 必须 | QWERTY0000001 | 企业纳税人识别号 |
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| result | Boolean | true | 是否支持上翻绑定,true:支持, false:不支持 |
| success | Boolean | true | 操作是否成功 |
| result_code | String | 0 | 操作码 |
| result_msg | String | 成功 | 错误信息 |
{"payee_register_no":"QWERTY0000001"}
{
"result":true,
"success":true,
"result_code":"0",
"result_msg":"成功"
}
{"result_msg":"Illegal request","success":"false","result_code":"sign-check-failure"}
| 错误码 | 错误描述 | 解决方案 |
|---|