ISV查询活动
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
nrt_query_activity_req | NrtQueryActivityReq | 可选 | 入参 | ||
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | ResultDo | 返回结果 | |
|
1 2 3 4 5 6 7 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlibabaLsyCrmActivityGetbaseinfoRequest req = new AlibabaLsyCrmActivityGetbaseinfoRequest(); AlibabaLsyCrmActivityGetbaseinfoRequest.NrtQueryActivityReq obj1 = new AlibabaLsyCrmActivityGetbaseinfoRequest.NrtQueryActivityReq(); obj1.setActivityId(1L); req.setNrtQueryActivityReq(obj1); AlibabaLsyCrmActivityGetbaseinfoResponse 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 51 52 53 54 55 56 57 58 59 60 61 62 63 | < alibaba_lsy_crm_activity_getbaseinfo_response > < result > < err_msg >**错误信息</ err_msg > < data > < scene_activity_list > < nrt_crm_scene_activity_dto > < nrt_crm_benefit_list > < nrt_crm_benefit_dto > < total_quantity >1</ total_quantity > < person_limit_count >1</ person_limit_count > < uuid >1</ uuid > < start_fee >1</ start_fee > < face_value >1</ face_value > < effective_duration >1</ effective_duration > < effective_end_time >13:00</ effective_end_time > < effective_start_time >13:00</ effective_start_time > < effective_time_mode >1</ effective_time_mode > < end_time >13:00</ end_time > < start_time >13:00</ start_time > < benefit_name >name</ benefit_name > < out_id >1</ out_id > < seller_id >1</ seller_id > < coupon_type >1</ coupon_type > < benefit_description >描述</ benefit_description > </ nrt_crm_benefit_dto > </ nrt_crm_benefit_list > < reserve_price >1</ reserve_price > < sell_gift_item_id >1</ sell_gift_item_id > < scene_status >1</ scene_status > < scene_activity_id >1</ scene_activity_id > < tmp_type >AA</ tmp_type > </ nrt_crm_scene_activity_dto > </ scene_activity_list > < banner_url >url</ banner_url > < city_id >1</ city_id > < status_str >draft</ status_str > < end_time >time</ end_time > < start_time >time</ start_time > < status >1</ status > < seller_id >1</ seller_id > < title >**活动</ title > < activity_id >1</ activity_id > < description >**描述</ description > < rule >**规则</ rule > < page_id >1</ page_id > < certificate_rights >1</ certificate_rights > < tmp_certificate_id >1</ tmp_certificate_id > < nrt_crm_live_dto > < live_id >11</ live_id > < live_title >标题</ live_title > < live_start_time >time</ live_start_time > < live_end_time >time</ live_end_time > < live_url >url</ live_url > < live_status >1</ live_status > < live_fore_show >url</ live_fore_show > </ nrt_crm_live_dto > < mall_id >111</ mall_id > </ data > < success >true</ success > < err_code >500</ err_code > </ result > </ alibaba_lsy_crm_activity_getbaseinfo_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 > |
错误码 | 错误描述 | 解决方案 |
---|