Commit a67f2210 authored by zhangxiaolin's avatar zhangxiaolin

Vounder.vim

parent 2593cbb2
......@@ -65,6 +65,13 @@ paths:
responses:
'200':
description: OK
schema: {}
examples:
application/json:
error: 0
message: ''
data:
# ------------------------
/account/captcha:
get:
......@@ -75,7 +82,13 @@ paths:
- Account
responses:
'200':
description: ok
responses: ok
schema: {}
examples:
application/json:
error: 0
message: ''
data:
# ------------------------
/account/login:
post:
......@@ -308,6 +321,13 @@ paths:
get:
summary: 公告列表
description: 医生公告列表
parameters:
- name: page
in: formData
description: 第几页,默认为1
required: false
type: integer
format: integer
tags:
- bulletin
responses:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment