增加分页查询储值流水接口
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
param_page_query_account_flows_open_req | PageQueryAccountFlowsOpenReq | 可选 | 入参 | ||
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | CommonPageResult | 分页返回模型 | |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlibabaAlscCrmRechargeAccountflowsGetRequest req = new AlibabaAlscCrmRechargeAccountflowsGetRequest(); AlibabaAlscCrmRechargeAccountflowsGetRequest.PageQueryAccountFlowsOpenReq obj1 = new AlibabaAlscCrmRechargeAccountflowsGetRequest.PageQueryAccountFlowsOpenReq(); obj1.setBrandId( "3724809629" ); obj1.setCardId( "111950000052400125" ); obj1.setCustomerId( "156583519300010001" ); obj1.setEndTime(StringUtils.parseDateTime( "2019-08-01 13:12:31" )); obj1.setFlowTypes( "UNCHARGE" ); obj1.setOutOrderId( "122334" ); obj1.setOutBrandId( "null" ); obj1.setOutShopId( "null" ); obj1.setPageNo(1L); obj1.setPageSize(20L); obj1.setShopId( "3724809631" ); obj1.setStartTime(StringUtils.parseDateTime( "2019-07-30 14:24:45" )); obj1.setBizChannel( "CS" ); req.setParamPageQueryAccountFlowsOpenReq(obj1); AlibabaAlscCrmRechargeAccountflowsGetResponse 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 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | < alibaba_alsc_crm_recharge_accountflows_get_response > < result > < biz_success >true</ biz_success > < current_page >2</ current_page > < page_size >20</ page_size > < result_list > < page_query_account_flows_open_info > < account_id >7627652374</ account_id > < create_by >小明</ create_by > < current_value >300</ current_value > < deleted >false</ deleted > < flow_id >874751237654718534</ flow_id > < flow_type >UNCHARGE</ flow_type > < gmt_create >2019-07-30 14:24:45</ gmt_create > < gmt_modified >2019-07-30 14:24:45</ gmt_modified > < operator >327846287642</ operator > < operator_name >小明</ operator_name > < order_src >2</ order_src > < order_time >2019-07-30 14:24:45</ order_time > < order_value >-78</ order_value > < outer_order_id >7382648723</ outer_order_id > < remark >是个大概</ remark > < shop_id >78365258</ shop_id > < shop_name >小明面包</ shop_name > < update_by >小明</ update_by > < gift_value >324</ gift_value > < outer_pay_id >234</ outer_pay_id > < ext_info >{"payModeId":"WX", "payModeName":"微信"}</ ext_info > </ page_query_account_flows_open_info > </ result_list > < result_code >200</ result_code > < result_desc >成功</ result_desc > < result_view >""</ result_view > < total_size >123</ total_size > </ result > </ alibaba_alsc_crm_recharge_accountflows_get_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 > |
错误码 | 错误描述 | 解决方案 |
---|