Commit 14bb78b0 authored by Skyler's avatar Skyler

fix ascle api

parent 389de4ca
......@@ -1787,7 +1787,7 @@ paths:
description: 商务搜索自己对接的医生
parameters:
- name: q
in: formData
in: query
description: 搜索关键词
required: false
type: string
......@@ -1808,13 +1808,13 @@ paths:
name: 王飏
hospital_name: 济南医院
# ----商务选择医生------
/business/select/{doctor_id}:
/business/select:
post:
summary: 商务选择医生
description: 商务选择医生
parameters:
- name: doctor_id
in: path
in: formData
description: 医生id
required: true
type: string
......
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