好物体验商品详情
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
trial_item_apply_request | TrialItemApplyRequest | 可选 | 请求参数 | ||
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | MtopResult | 结果 | |
|
1 2 3 4 5 6 7 8 9 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); GuangguangContentTrialTrialitemapplydetailRequest req = new GuangguangContentTrialTrialitemapplydetailRequest(); GuangguangContentTrialTrialitemapplydetailRequest.TrialItemApplyRequest obj1 = new GuangguangContentTrialTrialitemapplydetailRequest.TrialItemApplyRequest(); obj1.setItemId(111L); obj1.setPageNo(1L); obj1.setPageSize(20L); req.setTrialItemApplyRequest(obj1); GuangguangContentTrialTrialitemapplydetailResponse 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 | < guangguang_content_trial_trialitemapplydetail_response > < result > < model > < item_dto > < item_id >123</ item_id > < real_item_id >234</ real_item_id > < item_name >好喝的雪碧</ item_name > < item_image >http链接</ item_image > < item_url >http链接</ item_url > < count >1</ count > < applicant_count >10</ applicant_count > < original_price >999</ original_price > < apply_desc >1</ apply_desc > < commission >0.7</ commission > < preferential_price >0.01</ preferential_price > < item_note >佣金率可商量</ item_note > < if_apply >true</ if_apply > </ item_dto > < activity_dto > < period > < trial_activity_period_d_t_o > < id >1</ id > < title >好物申请</ title > < content >体验商品开始申请,若申请成功务必发布该商品内容,否则会失去后续申请资格哦~</ content > < start_time >12.06</ start_time > < end_time >12.11</ end_time > < status >0</ status > </ trial_activity_period_d_t_o > </ period > < require >1、美观度:必须为视频且画面精致,时长>60s...</ require > < max_apply_quantity >3</ max_apply_quantity > < topic >圣诞氛围穿出来</ topic > < title >圣诞氛围穿出来1</ title > < topic_id >123</ topic_id > < activity_id >123</ activity_id > </ activity_dto > < user_apply_dto > < application_note >这是达人留言</ application_note > < producer_mobile >13884872134</ producer_mobile > </ user_apply_dto > </ model > < msg_info >111</ msg_info > </ result > </ guangguang_content_trial_trialitemapplydetail_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 > |
错误码 | 错误描述 | 解决方案 |
---|