闲鱼同售服务商履约
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
param0 | TenderOrderSynDTO | 可选 | 请求参数 | ||
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | Result | 结果 | |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlibabaIdleYushiTongshouOrderPerformRequest req = new AlibabaIdleYushiTongshouOrderPerformRequest(); AlibabaIdleYushiTongshouOrderPerformRequest.TenderOrderSynDTO obj1 = new AlibabaIdleYushiTongshouOrderPerformRequest.TenderOrderSynDTO(); obj1.setOrderSubStatus( "1080" ); obj1.setBizOrderId( "245874" ); obj1.setOrderStatus( "108" ); AlibabaIdleYushiTongshouOrderPerformRequest.HashMap obj2 = new AlibabaIdleYushiTongshouOrderPerformRequest.HashMap(); obj2.setBuyerCloseReason( "取消" ); obj2.setBuyerFullAddress( "浙江省杭州市余杭区阿里巴巴西溪园区" ); obj2.setBuyerCountry( "中国" ); obj2.setBuyerProvince( "浙江省" ); obj2.setBuyerCity( "杭州市" ); obj2.setBuyerArea( "余杭区" ); obj2.setBuyerDetailAddress( "余杭区阿里巴巴西溪园区" ); obj2.setBuyerPhone( "11111111111" ); obj2.setBuyerShowName( "测试收件人" ); obj2.setBuyerTown( "五常街道" ); obj1.setAttribute(obj2); req.setParam0(obj1); AlibabaIdleYushiTongshouOrderPerformResponse rsp = client.execute(req, sessionKey); System.out.println(rsp.getBody()); |
1 2 3 4 5 6 7 8 | < alibaba_idle_yushi_tongshou_order_perform_response > < result > < success >true</ success > < err_code >TENDER_PARAM_ILLEGAL</ err_code > < data >true</ data > < err_msg >参数不合法</ err_msg > </ result > </ alibaba_idle_yushi_tongshou_order_perform_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 > |
错误码 | 错误描述 | 解决方案 |
---|