淘宝客售后退款订单查询-渠道管理和会员运营管理专用
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
search_option | TopApiRefundRptOption | 必须 | 参数option | ||
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | RpcResult | 返回结果封装对象 | |
|
1 2 3 4 5 6 7 8 9 10 11 12 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); TbkScRelationRefundRequest req = new TbkScRelationRefundRequest(); TbkScRelationRefundRequest.TopApiRefundRptOption obj1 = new TbkScRelationRefundRequest.TopApiRefundRptOption(); obj1.setPageSize(1L); obj1.setSearchType(1L); obj1.setRefundType(1L); obj1.setStartTime(StringUtils.parseDateTime( "2018-10-10 00:00:00" )); obj1.setPageNo(1L); obj1.setBizType(1L); req.setSearchOption(obj1); TbkScRelationRefundResponse rsp = client.execute(req, sessionKey); System.out.println(rsp.getBody()); |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | < tbk_sc_relation_refund_response > < result > < result_msg ></ result_msg > < data > < page_no ></ page_no > < page_size ></ page_size > < total_count ></ total_count > < results > < result > < tb_trade_parent_id ></ tb_trade_parent_id > < special_id ></ special_id > < relation_id ></ relation_id > < tk3rd_pub_id ></ tk3rd_pub_id > < tk_pub_id ></ tk_pub_id > < tk_subsidy_fee_refund3rd_pub ></ tk_subsidy_fee_refund3rd_pub > < tk_commission_fee_refund3rd_pub ></ tk_commission_fee_refund3rd_pub > < tk_subsidy_fee_refund_pub ></ tk_subsidy_fee_refund_pub > < tk_commission_fee_refund_pub ></ tk_commission_fee_refund_pub > < tk_refund_suit_time ></ tk_refund_suit_time > < tk_refund_time ></ tk_refund_time > < earning_time ></ earning_time > < tb_trade_create_time ></ tb_trade_create_time > < refund_status ></ refund_status > < tb_auction_title ></ tb_auction_title > < tb_trade_id ></ tb_trade_id > < refund_fee ></ refund_fee > < tb_trade_finish_price ></ tb_trade_finish_price > < tk_pub_show_return_fee ></ tk_pub_show_return_fee > < tk3rd_pub_show_return_fee ></ tk3rd_pub_show_return_fee > < refund_type ></ refund_type > < alsc_pid ></ alsc_pid > < alsc_id ></ alsc_id > < modified_time ></ modified_time > </ result > </ results > </ data > < result_code ></ result_code > < biz_error_desc ></ biz_error_desc > < biz_error_code ></ biz_error_code > </ result > </ tbk_sc_relation_refund_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 > |
错误码 | 错误描述 | 解决方案 |
---|