渠道账号回退通知
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
notify_request | AccountUnbindNotifyDTO | 必须 | 请求 | ||
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | Boolean | true | 结果 |
sub_code_type | String | 10001 | 子状态码 |
is_success | Boolean | true | 是否成功 |
sub_extra_err_msg | String | 系统错误 | 子信息 |
state_code | String | 10001 | 错误码 |
extra_err_msg | String | 系统错误 | 错误信息 |
1 2 3 4 5 6 7 8 9 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlibabaJymIndustryChannelAccountUnbindNotifyRequest req = new AlibabaJymIndustryChannelAccountUnbindNotifyRequest(); AlibabaJymIndustryChannelAccountUnbindNotifyRequest.AccountUnbindNotifyDTO obj1 = new AlibabaJymIndustryChannelAccountUnbindNotifyRequest.AccountUnbindNotifyDTO(); obj1.setGoodsId( "123123123123" ); obj1.setMiddleAccount( "17123123123" ); obj1.setSourceChannel( "xiaomi,oppo" ); req.setNotifyRequest(obj1); AlibabaJymIndustryChannelAccountUnbindNotifyResponse rsp = client.execute(req); System.out.println(rsp.getBody()); |
1 2 3 4 5 6 7 8 | < alibaba_jym_industry_channel_account_unbind_notify_response > < result >true</ result > < sub_code_type >10001</ sub_code_type > < is_success >true</ is_success > < sub_extra_err_msg >系统错误</ sub_extra_err_msg > < state_code >10001</ state_code > < extra_err_msg >系统错误</ extra_err_msg > </ alibaba_jym_industry_channel_account_unbind_notify_response > |
1 2 3 4 5 6 | < error_response > < code >50</ code > < msg >Remote service error</ msg > < sub_code >isv.invalid-parameter</ sub_code > < sub_msg >非法参数</ sub_msg > </ error_response > |
错误码 | 错误描述 | 解决方案 |
---|