feat: 更新用户类型逻辑,优化微信用户资料更新接口;移除不必要的安全配置,简化 API 文档

This commit is contained in:
2026-03-30 12:04:02 +08:00
parent 50c09d855b
commit 6f7efbc799
5 changed files with 63 additions and 54 deletions

View File

@@ -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`。