shish 1 년 전
부모
커밋
abba9b4a3a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app-ghs/controllers/CashController.php

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

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