为服务商的卖家提供发布的闲鱼商品列表
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
param_item_page_query | ItemPageQuery | 可选 | 查询参数 | ||
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | TopPageResult | {} | 查询结果 |
|
1 2 3 4 5 6 7 8 9 10 11 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlibabaIdleItemUserPublishitemsRequest req = new AlibabaIdleItemUserPublishitemsRequest(); AlibabaIdleItemUserPublishitemsRequest.ItemPageQuery obj1 = new AlibabaIdleItemUserPublishitemsRequest.ItemPageQuery(); obj1.setCategoryIds( new Long[] { 123 }; ); obj1.setPageNo(0L); obj1.setPageSize(20L); obj1.setStatus( "0" ); req.setParamItemPageQuery(obj1); AlibabaIdleItemUserPublishitemsResponse 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 42 43 44 45 46 47 48 49 50 | < alibaba_idle_item_user_publishitems_response > < result > < item_list > < idle_item_api_do > < item_id >12344</ item_id > < title >99新iphone11</ title > < category_id >121122</ category_id > < seller_nick >闲小鱼</ seller_nick > < channel_cat_id >123211</ channel_cat_id > < img_urls > < string >[]</ string > </ img_urls > < reserve_price >1233.00</ reserve_price > < auction_type >b</ auction_type > < bid_data > < bid_item_id >1332454564634</ bid_item_id > < bid_start_time >245435656742</ bid_start_time > < bid_end_time >346546345</ bid_end_time > < current_bid_price >5500</ current_bid_price > < bid_count >9</ bid_count > </ bid_data > < item_biz_type >1</ item_biz_type > < sp_biz_type >1</ sp_biz_type > < division_id >330110</ division_id > < original_price >3898</ original_price > < status >0</ status > < stuff_status >99</ stuff_status > < encryption_seller_id >2jGGzw9wRhGvQZjd7b6B6w==</ encryption_seller_id > < after_sales_data > < support_sdr_policy >true</ support_sdr_policy > < support_nfr_policy >false</ support_nfr_policy > < support_vnr_policy >false</ support_vnr_policy > < support_fd24hs_policy >false</ support_fd24hs_policy > < support_fd10ms_policy >false</ support_fd10ms_policy > </ after_sales_data > < idle_item_api_auto_recharge_do > < template_code >accountInputBox</ template_code > < template_extra_info >PHONE</ template_extra_info > < owner >true</ owner > </ idle_item_api_auto_recharge_do > < x_global_code >trendy|gameCDKRecharge|onlineservice</ x_global_code > </ idle_item_api_do > </ item_list > < err_code >OK</ err_code > < err_msg >OK</ err_msg > < next_page >true</ next_page > < success >true</ success > < total >100</ total > </ result > </ alibaba_idle_item_user_publishitems_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 > |
错误码 | 错误描述 | 解决方案 |
---|