Explorar el Código

Merge branch 'v5.1.0dev' of https://gitee.com/ZhongBangKeJi/CRMEB into v5.1.0dev

From-wh hace 2 años
padre
commit
e9c9ea189e
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      crmeb/app/api/controller/v1/order/StoreOrderController.php

+ 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
     ];