文档
测试

商户活跃数据汇总

POST
/api/admin/report/activity/select

接口描述

商户活跃数据汇总统计查询

请求头

参数名
类型
描述
必填
Content-Type
String
application/json
必填
token
string
必填

请求参数

参数名
类型
描述
必填
pageNo
int
当前页数 示例:1
可选
pageSize
int
每页数量 示例:10
可选
begin_date
string
开始日期
必填
end_date
string
结束日期
必填
key
string
关键字
可选

请求示例

``` { "pageNo": "", "pageSize": "", "begin_date": "", "end_date": "", "key": "" } ```

响应参数

参数名
类型
描述
必填
flag
int
返回状态 示例:0
必填
msg
string
返回消息 示例:success
必填
abid
string
必填
val
object
数据字典
必填
pageNo
int
当前页数 示例:1
必填
pageSize
int
每页数量 示例:10
必填
size
int
总条数 示例:18
必填
vals
object
数据字典
必填
collegeLst
array
数据列表 学院列表
必填
id
string
学院id
必填
name
string
学院名称
必填
brand
string
品牌
必填
student_all
string
总员工数
必填
student_count
string
签约人数
必填
study_duration
string
学习时长
必填
exam_count
string
考试次数
必填
appraise_count
string
鉴定次数
必填
struct_count
string
巡检任务数
必填
struct_exec_count
string
巡检执行数
必填
struct_exec_rate
string
巡检执行率
必填
rectify_count
string
整改次数
必填
total_num
string
活跃人数
必填
total_time
string
活跃时长
必填
total_num
string
总活跃人数
必填
total_time
string
总活跃时长
必填

返回示例

``` { "flag": 0, "msg": "success", "abid": "", "val": { "pageNo": 0, "pageSize": 0, "size": 7, "vals": { "collegeLst": [ { "appraise_count": "31", "db_name": "slcollege_xhb_txgpeg", "exam_count": "8", "id": "61d77baabc27cbc818fcf8bf9bcc57f8", "name": "仙鹤宝", "rectify_count": "77", "struct_count": "190", "struct_exec_count": "81", "struct_exec_rate": "42.63", "student_all": "40", "student_count": "33", "study_duration": "56", "total_num": "7", "total_time": "1218" }, { "db_name": "slcollege_qxgxzy_awdlwn", "id": "5f5ffe000dbc70b1118c5ee566d72daa", "name": "权限更新专用" } ], "total_num": "7", "total_time": "1218" } } } ```