feat: add swagger
This commit is contained in:
14
docs/swagger.yaml
Normal file
14
docs/swagger.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
info:
|
||||
contact: {}
|
||||
paths:
|
||||
/user/getUserList:
|
||||
get:
|
||||
responses:
|
||||
"200":
|
||||
description: code","message"}
|
||||
schema:
|
||||
type: string
|
||||
summary: 所有用户
|
||||
tags:
|
||||
- 用户模块
|
||||
swagger: "2.0"
|
Reference in New Issue
Block a user