feat: 更新用户类型逻辑,优化微信用户资料更新接口;移除不必要的安全配置,简化 API 文档
This commit is contained in:
@@ -13,7 +13,6 @@ servers:
|
||||
description: 生产环境
|
||||
- url: http://localhost:8090
|
||||
description: PocketBase 本地环境
|
||||
security: []
|
||||
tags:
|
||||
- name: 系统
|
||||
description: 基础检查接口
|
||||
@@ -1398,7 +1397,6 @@ paths:
|
||||
post:
|
||||
tags: [字典管理]
|
||||
summary: 查询字典列表
|
||||
security: []
|
||||
description: |
|
||||
公开读接口,无需 token。
|
||||
支持按 `dict_name` 模糊搜索,返回字典全量信息,并将三个聚合字段组装为 `items`。
|
||||
@@ -1427,7 +1425,6 @@ paths:
|
||||
post:
|
||||
tags: [字典管理]
|
||||
summary: 查询指定字典
|
||||
security: []
|
||||
description: |
|
||||
公开读接口,无需 token。
|
||||
按唯一键 `dict_name` 查询单条字典,并返回组装后的 `items`。
|
||||
|
||||
Reference in New Issue
Block a user