Commit 95c580a4 authored by Skyler's avatar Skyler

add tag/query

parent 4883d5ef
......@@ -1959,4 +1959,26 @@ paths:
message: ''
data:
file_url: 'http://full_image_url'
# ----tag查询-----------
/account/doctor_badge:
get:
summary: tag列表,查询
description: tag列表,查询
tags:
- Tag
responses:
'200':
description: OK
schema: {}
examples:
application/json:
error: 0
message: ''
data:
tags:
id: 1
name: '双眼皮'
- children:
id: 3
name: '内切双眼皮'
# ----Skyler end--------------------
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