Commit d1bcfa00 authored by 张允禹's avatar 张允禹

<> -> {}

parent 13c4bedd
...@@ -92,7 +92,7 @@ paths: ...@@ -92,7 +92,7 @@ paths:
'200': '200':
description: An array of price estimates by product description: An array of price estimates by product
# ------------------------ # ------------------------
/agreement/<id>: /agreement/{id}:
get: get:
summary: 协议详情 summary: 协议详情
description: 获得单个协议的详情 description: 获得单个协议的详情
...@@ -115,7 +115,7 @@ paths: ...@@ -115,7 +115,7 @@ paths:
error: 0 error: 0
message: '' message: ''
# ------------------------ # ------------------------
/agreement/<id>/accept: /agreement/{id}/accept:
post: post:
summary: 接受协议 summary: 接受协议
description: 医生点击同意协议 description: 医生点击同意协议
...@@ -216,7 +216,7 @@ paths: ...@@ -216,7 +216,7 @@ paths:
error_code: 0 error_code: 0
success: true success: true
# ------------------------ # ------------------------
/bulletin/<id>: /bulletin/{id}:
get: get:
summary: 公告详情 summary: 公告详情
description: 医生公告详情 description: 医生公告详情
...@@ -319,7 +319,7 @@ paths: ...@@ -319,7 +319,7 @@ paths:
success: true success: true
error_code: 0 error_code: 0
# ------------------------ # ------------------------
/order/<id>: /order/{id}:
get: get:
summary: 订单详情 summary: 订单详情
description: 订单详情 description: 订单详情
...@@ -373,7 +373,7 @@ paths: ...@@ -373,7 +373,7 @@ paths:
success: true success: true
error_code: 0 error_code: 0
# ------------------------ # ------------------------
/refund/<id>: /refund/{id}:
get: get:
summary: 退款单详情 summary: 退款单详情
description: 退款单详情 description: 退款单详情
...@@ -383,7 +383,7 @@ paths: ...@@ -383,7 +383,7 @@ paths:
'200': '200':
description: OK description: OK
# ------------------------ # ------------------------
/refund/<id>/agree: /refund/{id}/agree:
post: post:
summary: 同意退款 summary: 同意退款
description: 同意退款 description: 同意退款
...@@ -425,7 +425,7 @@ paths: ...@@ -425,7 +425,7 @@ paths:
success: true success: true
error_code: 0 error_code: 0
# ------------------------ # ------------------------
/statement/<id>: /statement/{id}:
get: get:
summary: 对帐单详情 summary: 对帐单详情
description: 对帐单详情 description: 对帐单详情
...@@ -442,7 +442,7 @@ paths: ...@@ -442,7 +442,7 @@ paths:
type: integer type: integer
format: integer format: integer
# ------------------------ # ------------------------
/statement/<id>/operation: /statement/{id}/operation:
get: get:
summary: 对帐单日志 summary: 对帐单日志
description: 对帐单日志 description: 对帐单日志
...@@ -533,14 +533,14 @@ paths: ...@@ -533,14 +533,14 @@ paths:
message: '' message: ''
error: 0 error: 0
# ------------------------ # ------------------------
/reserve/<id>/set_status: /reserve/{id}/set_status:
post: post:
summary: 预约列表 summary: 预约列表
description: 预约列表 description: 预约列表
parameters: parameters:
- name: status - name: status
in: query in: query
description: 2--> 确认; 3--> 取消 description: 2--} 确认; 3--} 取消
required: true required: true
type: integer type: integer
format: integer format: integer
......
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