Przeglądaj źródła

更新订单记录的支付端

evoxwht 2 lat temu
rodzic
commit
8da2b44cd5

+ 2 - 2
crmeb/app/api/controller/v1/order/StoreOrderController.php

@@ -63,9 +63,9 @@ class StoreOrderController
      * @var int[]
      */
     protected $getChennel = [
-        'weixin' => 0,
+        'wechat' => 0,
         'routine' => 1,
-        'weixinh5' => 2,
+        'h5' => 2,
         'pc' => 3,
         'app' => 4
     ];