状态码 | 错误码 | 错误描述 | 解决方案 |
---|---|---|---|
400 | NO_PERMISSION | 权限校验失败 | 请确认是否具备对应操作权限 |
400 | INVALID_PARAMETER | 参数有误参数有误 | 请参考接口文档检查参数是否正确 |
400 | SYSTEM_ERROR | 系统繁忙 | 可能发生了网络或系统异常,导致服务调用失败,可重新发起请求 |
400 | SYSTEM_ERROR | 系统繁忙 | 可能发生了网络或系统异常,导致服务调用失败,可重新发起请求 |
400 | SYSTEM_ERROR | 系统繁忙 | 可能发生了网络或系统异常,导致服务调用失败,可重新发起请求 |
400 | SYSTEM_ERROR | 系统繁忙 | 可能发生了网络或系统异常,导致服务调用失败,可重新发起请求 |
curl --location --request POST 'http://dev-cn.your-api-server.com/v3/alipay/open/searchbox/businessdistrict/query' \
--header 'authorization: ALIPAY-SHA256withRSA app_id=$appid,timestamp=$now,nonce=$uuid,expired_seconds=600,sign=$sign' \
--header 'alipay-request-id: $requestid' \
--header 'Content-Type: application/json' \
--data-raw '{
"brand_id":"1000467882",
"relate_appid_list":[
"2018092561507369"
]
}'
{
"business_district_info_list":[
{
"business_district_id":"10000158",
"business_district_name":"商圈名称",
"bindable":true,
"unbindable_error_code":"MCC_NOT_MATCH",
"unbindable_error_msg":"该商圈已被其他品牌直达配置,请选择其他商圈"
}
]
}