文档
测试

销售数据

POST
{{host}}/salable/selldata

请求头

参数名
类型
描述
必填
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 多个使用,拼接
可选
shop_code
string
店铺code 多个使用,拼接
可选
shop_level
string
店铺级别code 多个使用,拼接
可选
shop_category
string
店仓类别code 多个使用,拼接
可选
shop_nature
string
店仓性质code 多个使用,拼接
可选

说明 / 示例

``` { "code":1, "msg":"成功", "type":"0", "data":{ "sell_price": 0.3, // 总销售业绩单位: 万元 "sell_num": 1, //总销售件数 } } ```