shish 2 лет назад
Родитель
Сommit
feed62c1f0
2 измененных файлов с 2 добавлено и 0 удалено
  1. 1 0
      app-ghs/controllers/CashController.php
  2. 1 0
      app-hd/controllers/CashController.php

+ 1 - 0
app-ghs/controllers/CashController.php

@@ -30,6 +30,7 @@ class CashController extends BaseController
     //申请提现 ssh 2021.3.14
     public function actionApply()
     {
+        util::fail('系统自动提现,无需人为操作');
         $get = Yii::$app->request->get();
         $get['shopAdminId'] = $this->shopAdminId;
         $shopAdmin = $this->shopAdmin;

+ 1 - 0
app-hd/controllers/CashController.php

@@ -21,6 +21,7 @@ class CashController extends BaseController
     //申请提现 ssh 2021.3.14
     public function actionApply()
     {
+        util::fail('系统自动提现,无需人为操作');
         $get = Yii::$app->request->get();
         $get['shopAdminId'] = $this->shopAdminId;
         $shopAdmin = $this->shopAdmin;