Răsfoiți Sursa

fixed:用户端-下单

刘学玺 4 luni în urmă
părinte
comite
613fdb8d88
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      app/Http/Controllers/Client/OrderController.php

+ 1 - 1
app/Http/Controllers/Client/OrderController.php

@@ -59,7 +59,7 @@ class OrderController extends Controller
      * @bodyParam use_balance boolean 使用余额. Example: false
      * @bodyParam service_time datetime required 服务时间. Example: 2024-01-01 10:00:00
      * @bodyParam order_id int 订单ID. Example: null
-     * @bodyParam payment_type string required 支付类型. Example: balance
+     * @bodyParam payment_type number required 支付类型. Example: 1 (1:余额,2:微信,3:支付宝)
      * @bodyParam order_type int required 订单类型. Example: 1
      *
      * @response {