文档
测试

直营加盟

POST
{{host}}/perf/stroesale12

请求头

参数名
类型
描述
必填
token
string
必填

请求参数

参数名
类型
描述
必填
time_type
int
从公共搜索条件里time数组下的id, 没有选择默认为0
必填
start_time
string
开始时间 time_type=1的时候需要传入
可选
end_time
string
结束时间 time_type=1的时候需要传入
可选
city_code
string
城市code 多个使用,拼接
可选
brand_code
string
品牌code 多个使用,拼接
可选
dealer_code
string
经销商code 多个使用,拼接
可选
page
int
页码 不穿默认1
可选
sort_type
int
1 销售额 2销售数量 默认1
可选
sort
int
1 从小到大 2从大到小 默认1
可选
shop_code
string
店铺code 多个使用,区分
可选
shop_level
string
店仓级别 code
可选
shop_category
string
店仓类别 code
可选
shop_nature
string
店仓性质 code
可选

说明 / 示例

``` { "code": 1, "msg": "成功", "data": [ { "shopcode": "999999", "shopname": "总部仓库", "rank": 1, "sell_num": 52, "sell_price": 10300 } ] } ```