获取委托拍卖行
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
op_code | String | 错误code | 错误code |
op_msg | String | 错误描述 | 错误描述 |
results | ZcproxyNickVo [] | 返回结果 | 返回结果 |
|
|||
op_success | Boolean | ture | 成功返回true |
1 2 3 4 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AuctionZcProjectProxyRequest req = new AuctionZcProjectProxyRequest(); AuctionZcProjectProxyResponse rsp = client.execute(req); System.out.println(rsp.getBody()); |
1 2 3 4 5 6 7 8 9 10 11 12 13 | < auction_zc_project_proxy_response > < op_code >错误code</ op_code > < op_msg >错误描述</ op_msg > < results > < zcproxy_nick_vo > < location >12213</ location > < nick >xxx拍卖行</ nick > < proxy_name >xxx拍卖行</ proxy_name > < user_id >1223</ user_id > </ zcproxy_nick_vo > </ results > < op_success >ture</ op_success > </ auction_zc_project_proxy_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 > |
错误码 | 错误描述 | 解决方案 |
---|