用户全网运费险权益列表
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
ins_list_user_qwyfx_equity_request | InsListUserQwyfxEquityRequest | 可选 | 权益列表请求参数 | ||
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
qwyfx_success | Boolean | true | 是否成功 |
qwyfx_error_code | String | -1 | 错误码 |
model | InsListUserQwyfxEquityResponse | 权益信息列表 | |
|
|||
error_msg | String | -1 | 错误信息 |
is_success | Boolean | true | 是否成功 |
1 2 3 4 5 6 7 8 9 10 11 12 13 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlipayBaoxianQwyfxEquityListRequest req = new AlipayBaoxianQwyfxEquityListRequest(); AlipayBaoxianQwyfxEquityListRequest.InsListUserQwyfxEquityRequest obj1 = new AlipayBaoxianQwyfxEquityListRequest.InsListUserQwyfxEquityRequest(); obj1.setPageSize(10L); obj1.setType( "YFX_WYG_DISCOUNT_300" ); obj1.setUserId(2088302777333094L); obj1.setPageNum(1L); obj1.setAlipayUserId( "2088302777333094" ); obj1.setBizPdCode( "YFX_WYG_DISCOUNT" ); obj1.setUserType( "TAOBAO" ); req.setInsListUserQwyfxEquityRequest(obj1); AlipayBaoxianQwyfxEquityListResponse rsp = client.execute(req); 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 | < alipay_baoxian_qwyfx_equity_list_response > < qwyfx_success >true</ qwyfx_success > < qwyfx_error_code >-1</ qwyfx_error_code > < model > < page_num >1</ page_num > < total_count >100</ total_count > < benefit_list > < yfx_user_benefit_d_t_o > < benefit_equity_id >2303434</ benefit_equity_id > < effect_start_time >2022-09-01 00:00:00</ effect_start_time > < effect_end_time >2023-09-01 00:00:00</ effect_end_time > < type >YFX_WYG_DISCOUNT_300</ type > < name >运费险减3元</ name > < desc >运费险减3元</ desc > < status >1</ status > </ yfx_user_benefit_d_t_o > </ benefit_list > < page_size >10</ page_size > </ model > < error_msg >-1</ error_msg > < is_success >true</ is_success > </ alipay_baoxian_qwyfx_equity_list_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 > |
错误码 | 错误描述 | 解决方案 |
---|