This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
Files
schisandra-cloud-album/docs/swagger.yaml
landaiqing 9b36d2fff0 add swagger
2024-08-05 15:44:33 +08:00

15 lines
248 B
YAML

info:
contact: {}
paths:
/api/auth/user/List:
get:
responses:
"200":
description: OK
schema:
type: string
summary: 获取所有用户列表
tags:
- 鉴权模块
swagger: "2.0"