Commit ed3d4ce0 authored by Skyler's avatar Skyler

add /business/select/{doctor_id}

parent 02af7606
...@@ -1601,8 +1601,32 @@ paths: ...@@ -1601,8 +1601,32 @@ paths:
message: '' message: ''
data: data:
doctors: doctors:
- name: 王飏 - id: 'wangyang'
doctor_name: 济南医院 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: /account/doctor_badge:
get: get:
......
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