ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的AI之旅 广告
**简要描述:** - 用户概况 **请求URL:** - `/adminapi/user.user/index` **请求方式:** - GET **参数:** |参数名 |必选 |类型 |说明 | | ------ | ------ | ------ |------ | **返回示例** ``` { "code": 1, "show": 0, "msg": "", "data": { "user_count": 6, "user_new_count": 0, "repetition_count": 4, "purchase_count": 2, "echarts_data": [ { "day": "08-18", "user_new_count": 0 }, { "day": "08-17", "user_new_count": 0 }, { "day": "08-16", "user_new_count": 0 }, { "day": "08-15", "user_new_count": 0 }, { "day": "08-14", "user_new_count": 0 }, { "day": "08-13", "user_new_count": 0 }, { "day": "08-12", "user_new_count": 0 }, { "day": "08-11", "user_new_count": 0 }, { "day": "08-10", "user_new_count": 0 }, { "day": "08-09", "user_new_count": 0 }, { "day": "08-08", "user_new_count": 0 }, { "day": "08-07", "user_new_count": 0 }, { "day": "08-06", "user_new_count": 1 }, { "day": "08-05", "user_new_count": 0 } ] } } ``` **返回参数说明:** |参数名 |类型 |说明 | | ------ | ------ | ------ |------ | |user_count|int |用户数 | |user_new_count|int |今日新增用户数 | |purchase_count|int |成交用户数 | |repetition_count|int |复购用户数 | |echarts_data|array |图表数据 | |--day|string |日期 | |--user_new_count|int |新增用户数 |