diff --git a/ascle.yaml b/ascle.yaml index b4ede72040cf90c6a0c887f0925a1008fa6ccc5f..74656d06d925dfc8275f1fe55c9daf14bb7cff9c 100644 --- a/ascle.yaml +++ b/ascle.yaml @@ -92,7 +92,7 @@ paths: '200': description: An array of price estimates by product # ------------------------ - /agreement/<id>: + /agreement/{id}: get: summary: å议详情 description: 获得å•个å议的详情 @@ -115,7 +115,7 @@ paths: error: 0 message: '' # ------------------------ - /agreement/<id>/accept: + /agreement/{id}/accept: post: summary: 接å—åè®® description: åŒ»ç”Ÿç‚¹å‡»åŒæ„åè®® @@ -216,7 +216,7 @@ paths: error_code: 0 success: true # ------------------------ - /bulletin/<id>: + /bulletin/{id}: get: summary: 公告详情 description: 医生公告详情 @@ -319,7 +319,7 @@ paths: success: true error_code: 0 # ------------------------ - /order/<id>: + /order/{id}: get: summary: 订å•详情 description: 订å•详情 @@ -373,7 +373,7 @@ paths: success: true error_code: 0 # ------------------------ - /refund/<id>: + /refund/{id}: get: summary: 退款å•详情 description: 退款å•详情 @@ -383,7 +383,7 @@ paths: '200': description: OK # ------------------------ - /refund/<id>ï¼agree: + /refund/{id}ï¼agree: post: summary: åŒæ„退款 description: åŒæ„退款 @@ -425,7 +425,7 @@ paths: success: true error_code: 0 # ------------------------ - /statement/<id>: + /statement/{id}: get: summary: 对å¸å•详情 description: 对å¸å•详情 @@ -442,7 +442,7 @@ paths: type: integer format: integer # ------------------------ - /statement/<id>ï¼operation: + /statement/{id}ï¼operation: get: summary: 对å¸å•日志 description: 对å¸å•日志 @@ -533,14 +533,14 @@ paths: message: '' error: 0 # ------------------------ - /reserve/<id>/set_status: + /reserve/{id}/set_status: post: summary: 预约列表 description: 预约列表 parameters: - name: status in: query - description: 2--> 确认; 3--> å–æ¶ˆ + description: 2--} 确认; 3--} å–æ¶ˆ required: true type: integer format: integer