joe il y a 4 ans
Parent
commit
6e9429ec9f
1 fichiers modifiés avec 15 ajouts et 1 suppressions
  1. 15 1
      docs/已有协议分析/order.md

+ 15 - 1
docs/已有协议分析/order.md

@@ -219,7 +219,21 @@ params:
 
 returns
 ```json
-
+{
+  "status": 200,
+  "msg": "ok",
+  "data": {
+    "status": "NONE",
+    "result": {
+      "total_price": "78.21",
+      "pay_price": 79.21,
+      "pay_postage": "1.00",
+      "coupon_price": 0,
+      "deduction_price": 0,
+      "SurplusIntegral": 0
+    }
+  }
+}
 ```
 
 ## /order/create/:key 创建订单