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