文档
测试

每个人时间段采集商品数

GET
http://backend.notdsg.club/api/user_collection_dashboard?create_time_start=1608307200&create_time_end=1608912000

接口描述

每个人指定时间段内采集物品数量

请求参数

参数名
类型
描述
必填
create_time_start
必填
create_time_end
必填

响应参数

参数名
类型
描述
必填
total
int
示例:160
必填
data
object
数据字典
必填
LLF
int
示例:1
必填
admin
int
示例:159
必填

说明 / 示例

{ "total": 160, "data": { "LLF": 1, "admin": 159 } }