Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
A
api_document
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
backend
api_document
Commits
ed3d4ce0
Commit
ed3d4ce0
authored
Aug 29, 2016
by
Skyler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add /business/select/{doctor_id}
parent
02af7606
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
2 deletions
+26
-2
ascle.yaml
ascle.yaml
+26
-2
No files found.
ascle.yaml
View file @
ed3d4ce0
...
...
@@ -1601,8 +1601,32 @@ paths:
message
:
'
'
data
:
doctors
:
-
name
:
王飏
doctor_name
:
济南医院
-
id
:
'
wangyang'
name
:
王飏
hospital_name
:
济南医院
# ----商务选择医生------
/business/select/{doctor_id}
:
post
:
summary
:
商务选择医生
description
:
商务选择医生
parameters
:
-
name
:
doctor_id
in
:
path
description
:
医生id
required
:
true
type
:
string
format
:
string
tags
:
-
Business
responses
:
'
200'
:
description
:
OK
schema
:
{}
examples
:
application/json
:
error
:
0
message
:
'
'
data
:
# ----全局数据获取-----------
/account/doctor_badge
:
get
:
...
...
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