同步车后安装服务报表数据(定向开放给新康众)
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
is_taobao_statistic_param | IsTaobaoStatisticParam | 必须 | 统计数据 | ||
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | Result | 返回结果 | |
|
1 2 3 4 5 6 7 8 9 10 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); TmallCarServiceStatisticSyncRequest req = new TmallCarServiceStatisticSyncRequest(); TmallCarServiceStatisticSyncRequest.IsTaobaoStatisticParam obj1 = new TmallCarServiceStatisticSyncRequest.IsTaobaoStatisticParam(); obj1.setStatisticType(1L); obj1.setLastId(0L); obj1.setPageSize(20L); obj1.setStatisticDate(20241101L); req.setIsTaobaoStatisticParam(obj1); TmallCarServiceStatisticSyncResponse 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 | < tmall_car_service_statistic_sync_response > < result > < data > < is_taobao_statistic_d_t_o > < id >1</ id > < statistic_date >20241030</ statistic_date > < statistic_type >1</ statistic_type > < seller_nick >天猫养车官方旗舰店</ seller_nick > < order_sale_count >1</ order_sale_count > < free_order_sale_count >1</ free_order_sale_count > < free_order_sale_rate >23.34</ free_order_sale_rate > < free_order_verify_count >1</ free_order_verify_count > < free_order_after_count >1</ free_order_after_count > < free_order_after_rate >23.34</ free_order_after_rate > < item_count >1</ item_count > < item_bind_count >1</ item_bind_count > < item_bind_rate >23.34</ item_bind_rate > < item_bind_free_count >1</ item_bind_free_count > < item_bind_free_rate >23.34</ item_bind_free_rate > < statistic_other >{}</ statistic_other > </ is_taobao_statistic_d_t_o > </ data > < success >true</ success > < error_code >0</ error_code > < error_msg >无</ error_msg > </ result > </ tmall_car_service_statistic_sync_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 > |
错误码 | 错误描述 | 解决方案 |
---|