好物体验报名记录列表
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
trial_apply_list_request | TrialApplyListRequest | 可选 | 111 | ||
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | MtopResult | 111 | |
|
1 2 3 4 5 6 7 8 9 10 11 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); GuangguangContentTrialTriallistbyitemRequest req = new GuangguangContentTrialTriallistbyitemRequest(); GuangguangContentTrialTriallistbyitemRequest.TrialApplyListRequest obj1 = new GuangguangContentTrialTriallistbyitemRequest.TrialApplyListRequest(); obj1.setTab(0L); obj1.setPageNo(1L); obj1.setPageSize(5L); obj1.setApplyIdList( new Long[] { 111 , 22 }; ); req.setTrialApplyListRequest(obj1); GuangguangContentTrialTriallistbyitemResponse 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 | < guangguang_content_trial_triallistbyitem_response > < result > < success >111</ success > < model > < has_next >111</ has_next > < data > < trial_creator_item_d_t_o > < item_id >123</ item_id > < item_name >好喝的雪碧</ item_name > < item_image >http链接</ item_image > < apply_id >234</ apply_id > < status >同商品详情</ status > < status_desc >111</ status_desc > < status_info >申请已提交,请耐心等待审核,审核期为2023-12-13~2023-12-14</ status_info > < content_id >123</ content_id > < order_url >https://item.taobao.com/item.htm?id=631609800191&u_channel=ggtrial&newtonParams=guangguangTrialApplyId@533510028</ order_url > </ trial_creator_item_d_t_o > </ data > < total_count >55</ total_count > < page_index >1</ page_index > < page_size >10</ page_size > </ model > < msg_info >111</ msg_info > < msg_code >111</ msg_code > </ result > </ guangguang_content_trial_triallistbyitem_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 > |
错误码 | 错误描述 | 解决方案 |
---|