Commit a67f2210 authored by zhangxiaolin's avatar zhangxiaolin

Vounder.vim

parent 2593cbb2
...@@ -65,6 +65,13 @@ paths: ...@@ -65,6 +65,13 @@ paths:
responses: responses:
'200': '200':
description: OK description: OK
schema: {}
examples:
application/json:
error: 0
message: ''
data:
# ------------------------ # ------------------------
/account/captcha: /account/captcha:
get: get:
...@@ -75,7 +82,13 @@ paths: ...@@ -75,7 +82,13 @@ paths:
- Account - Account
responses: responses:
'200': '200':
description: ok responses: ok
schema: {}
examples:
application/json:
error: 0
message: ''
data:
# ------------------------ # ------------------------
/account/login: /account/login:
post: post:
...@@ -308,6 +321,13 @@ paths: ...@@ -308,6 +321,13 @@ paths:
get: get:
summary: 公告列表 summary: 公告列表
description: 医生公告列表 description: 医生公告列表
parameters:
- name: page
in: formData
description: 第几页,默认为1
required: false
type: integer
format: integer
tags: tags:
- bulletin - bulletin
responses: 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