소스 검색

fixed:用户端-下单

刘学玺 4 달 전
부모
커밋
613fdb8d88
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 {