Files
ai_wht_B/整体后端接口文档_20251229_152254.csv
“shengyudong” 5a384b694e 2026-1-6
2026-01-06 14:18:39 +08:00

1.7 KiB

1moduleendpointmethoddescriptionauth
2基础接口/GET根路径
3基础接口/healthGET健康检查
4认证接口/api/auth/loginPOST统一登录(支持用户名/手机号)
5认证接口/api/auth/employee/loginPOST员工登录
6认证接口/api/auth/logoutPOST用户登出可选
7工作台/api/dashboard/overviewGET工作台概览(统计数据)需要
8工作台/api/dashboard/recent-publishesGET最近发布(可指定条数)需要
9工作台/api/dashboard/hot-productsGET热门产品(按发布次数)需要
10企业接口/api/enterprises/listGET企业列表(支持分页、搜索、筛选)需要
11企业接口/api/enterprises/statsGET企业统计(总数、激活数等)需要
12企业接口/api/enterprises/infoGET企业信息需要
13企业接口/api/enterprises/infoPUT更新企业信息需要
14企业接口/api/enterprises/change-passwordPUT修改密码需要
15图片接口/api/images/listGET图片列表需要
16图片接口/api/images/list_dashboardGET图片仪表盘需要
17图片接口/api/images/tags/names/listGET标签名称列表需要
18日志接口/api/log/logsGET获取操作日志需要
19日志接口/api/log/logs/filesGET日志文件列表需要
20日志接口/api/log/logs/fileGET文件日志内容需要
21文章接口/api/articles/listGET文章列表需要
22文章接口/api/articles/list_dashboardGET文章仪表盘需要
23文章接口/api/articles/<id>GET文章详情需要
24员工接口/api/employees/listGET员工列表需要
25员工接口/api/employees/statsGET员工统计需要
26作者接口/api/authorsGET作者列表需要
27作者接口/api/authors/departmentsGET科室列表需要
28作者接口/api/authors/searchGET搜索作者需要