Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
S
swagger
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张允禹
swagger
Commits
02af7606
Commit
02af7606
authored
Aug 29, 2016
by
Skyler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add api doc about business
parent
2f508986
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
71 additions
and
0 deletions
+71
-0
ascle.yaml
ascle.yaml
+71
-0
No files found.
ascle.yaml
View file @
02af7606
...
...
@@ -1548,4 +1548,75 @@ paths:
application/json
:
message
:
'
'
error
:
0
# ----商务登录------
/business/login
:
post
:
summary
:
商务登录
description
:
商务登录
parameters
:
-
name
:
name
in
:
formData
description
:
用户名
required
:
true
type
:
string
format
:
string
-
name
:
password
in
:
formData
description
:
密码
required
:
true
type
:
string
format
:
string
tags
:
-
Business
responses
:
'
200'
:
description
:
OK
schema
:
{}
examples
:
application/json
:
error
:
0
message
:
'
'
data
:
# ----商务搜索医生列表-----
/business/doctor
:
get
:
summary
:
商务搜索自己对接的医生
description
:
商务搜索自己对接的医生
parameters
:
-
name
:
q
in
:
formData
description
:
搜索关键词
required
:
false
type
:
string
format
:
string
tags
:
-
Business
responses
:
'
200'
:
description
:
OK
schema
:
{}
examples
:
application/json
:
error
:
0
message
:
'
'
data
:
doctors
:
-
name
:
王飏
doctor_name
:
济南医院
# ----全局数据获取-----------
/account/doctor_badge
:
get
:
summary
:
全局数据获取
description
:
秒杀设置/预付款/(消息未读数之后做)
tags
:
-
Account
responses
:
'
200'
:
description
:
OK
schema
:
{}
examples
:
application/json
:
error
:
0
message
:
'
'
data
:
# ----Skyler end--------------------
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment