感谢您的反馈!
优品零售导购激励离线数据
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| default_common_req | DefaultCommonReq | 可选 | 入参 | ||
|
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| result | ResultDto | result | |
|
|||
| rlt | Boolean | true | rlt |
| message | String | null | message |
| exception_code | String | null | exceptionCode |
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret);
TmallYoupinSelloutIncentiveGuideQueryRequest req = new TmallYoupinSelloutIncentiveGuideQueryRequest();
TmallYoupinSelloutIncentiveGuideQueryRequest.DefaultCommonReq obj1 = new TmallYoupinSelloutIncentiveGuideQueryRequest.DefaultCommonReq();
obj1.setPageSize(1000L);
obj1.setAreaOrgId(169L);
obj1.setProvinceId(5000L);
obj1.setBrandIds(new Long[] { 100,101 };
);
obj1.setPageNum(1L);
obj1.setCateLevel2Id(1L);
obj1.setStartTime(StringUtils.parseDateTime("2023-11-01 00:00:00"));
obj1.setCateLevel1Id(1L);
obj1.setEndTime(StringUtils.parseDateTime("2023-11-01 00:00:00"));
req.setDefaultCommonReq(obj1);
TmallYoupinSelloutIncentiveGuideQueryResponse rsp = client.execute(req);
System.out.println(rsp.getBody());
<tmall_youpin_sellout_incentive_guide_query_response>
<result>
<total>10582</total>
<pages>11</pages>
<first_page>1</first_page>
<last_page>8</last_page>
<pre_page>0</pre_page>
<next_page>2</next_page>
<page_size>1000</page_size>
<items>
<items>
<xcat2_name>洗护</xcat2_name>
<buyer_nick>tb6160349</buyer_nick>
<virtual_region_id>500001</virtual_region_id>
<item_code>BILL_BASE_SELL_GUIDER_TRADE_RETAIL_GUIDE</item_code>
<station_mode_name>电器体验店</station_mode_name>
<city_id>320600</city_id>
<town_id>320611004</town_id>
<cate_name>洗烘套装</cate_name>
<trade_create_time>2664194210000</trade_create_time>
<xcat1_name>大家电</xcat1_name>
<pay_amount>9</pay_amount>
<trade_pay_time>1664194213000</trade_pay_time>
<state_name>开业中</state_name>
<id>26169760904651</id>
<state>SERVICING</state>
<guide_name>吴莹</guide_name>
<station_id>24</station_id>
<town_name>秦灶街道</town_name>
<brand_name>某品牌</brand_name>
<virtual_region_name>经营管理一部</virtual_region_name>
<xcat2_id>7</xcat2_id>
<town_level>X</town_level>
<auction_name>买一个嘛</auction_name>
<province_id>320000</province_id>
<cate_level1_name>大家电</cate_level1_name>
<cate_level2_id>126664001</cate_level2_id>
<cate_id>126664001</cate_id>
<brand_id>11</brand_id>
<province_name>江苏</province_name>
<large_area_org_name>江苏</large_area_org_name>
<bill_period>202209</bill_period>
<large_area_org_id>6</large_area_org_id>
<cate_level2_name>洗烘套装</cate_level2_name>
<special_team_org_id>703169</special_team_org_id>
<city_name>南通</city_name>
<county_org_id>702349</county_org_id>
<station_name>秦灶街道点</station_name>
<reward_amount>10000</reward_amount>
<item_cate_brand>126664001_11016</item_cate_brand>
<seller_nick>天猫优品官方直营</seller_nick>
<buy_cnt>1</buy_cnt>
<parent_trade_id>1683150007001368800</parent_trade_id>
<settle_price>100000</settle_price>
<xcat1_id>7102</xcat1_id>
<guide_type>门店导购员</guide_type>
<trade_end_time>1664194213000</trade_end_time>
<auction_id>600000074590</auction_id>
<station_mode>1</station_mode>
<county_org_name>港闸区服务中心</county_org_name>
<cate_level1_id>50022703</cate_level1_id>
<item_code_name>零售导购员激励</item_code_name>
<trade_id>1683150847381368800</trade_id>
<special_team_org_name>苏通网格中心</special_team_org_name>
</items>
</items>
<page_num>1</page_num>
</result>
<rlt>true</rlt>
<message>null</message>
<exception_code>null</exception_code>
</tmall_youpin_sellout_incentive_guide_query_response>
<error_response>
<code>50</code>
<msg>Remote service error</msg>
<sub_code>isv.invalid-parameter</sub_code>
<sub_msg>非法参数</sub_msg>
</error_response>
| 错误码 | 错误描述 | 解决方案 |
|---|