Commit be90e11c authored by RobertDing's avatar RobertDing

ADD - 美购申请详情

parent 06af8acc
...@@ -902,6 +902,44 @@ paths: ...@@ -902,6 +902,44 @@ paths:
online_time: 1458730446 online_time: 1458730446
message: '' message: ''
error: 0 error: 0
/service/register/{register_id}
get:
summary: 上传美购
description: 拉下医生曾经上传美购数据
parameters:
- name: register_id
in: path
description: 上传美购ID
required: True
type: integer
format: integer
tags:
- Service
response:
'200':
description: OK
schema: {}
examples:
application/json:
error: 0
message: ''
data:
comment: '[玻尿酸注射] 这是一个美购的信息'
start_time: 134949595
end_time: 1433442234
reservation: 3
total_num: 30
image_header: 'http://...'
photo_details: 'blabla...'
special_permit: false
items: '[{}, #json序列化化的数据]
{
tag_ids: [1,3,4],
market_price: 11223,
gengmei_price: 12233,
is_online: true
}'
# ------------------------ # ------------------------
/search/topic: /search/topic:
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