服务商使用apiv3 分账 时 添加分账接收方 报错
无法将 JSON 输入源“/body/sub_mchid”映射到目标字段“子商户号”中,此字段需要一个 string 类型的 Json 值
这是什么情况?
服务商分账V3版 无法将 JSON 输入源“/body/sub_mchid”映射到目标字段“?Service provider sub-account V3 cannot map the JSON input source "/body/sub_mchid" to the target field"?
服务商分账V3版 无法将 JSON 输入源“/body/sub_mchid”映射到目标字段“?服务商使用apiv3 分账 时 添加分账接收方 报错
无法将 JSON 输入源“/body/sub_mchid”映射到目标字段“子商户号”中,此字段需要一个 string 类型的 Json 值
这是什么情况?
When the service provider uses apiv3 account splitting, it adds the account splitting receiver and reports an error. It cannot map the JSON input source "/ body / sub_mchid" to the target field "sub merchant number". This field needs a JSON value of string type. What is the situation?
回答:
打印请求参数贴出来
返回
array(3) {
["code"]=>
string(11) "PARAM_ERROR"
["detail"]=>
array(2) {
["location"]=>
string(4) "body"
["value"]=>
int(1600000000此处为商户号)
}
["message"]=>
string(137) "无法将 JSON 输入源“/body/sub_mchid”映射到目标字段“子商户号”中,此字段需要一个 string 类型的 Json 值"
}