根据部门、用户计算总人数
POST
http://127.0.0.1/api/system/user/peopleCount
请求参数
响应参数
参数名
类型
描述
必填
msg
string
示例:操作成功
必填
code
int
示例:200
必填
data
int
示例:3412;总数
必填