wupengfei před 2 roky
rodič
revize
f3a184b4cb
1 změnil soubory, kde provedl 2 přidání a 3 odebrání
  1. 2 3
      addons/shopro/model/UserWalletApply.php

+ 2 - 3
addons/shopro/model/UserWalletApply.php

@@ -204,7 +204,6 @@ class UserWalletApply extends Model
         } else {
             $withDrawStatus = true;
         }
-        throw \Exception('$withDrawStatus'.$withDrawStatus);
         if ($withDrawStatus) {
             $apply->status = 2;
             $apply->actual_money = $apply->money;
@@ -262,7 +261,7 @@ class UserWalletApply extends Model
         } catch (\Exception $e) {
             throw \Exception('提现信息不正确');
         }
-
+        throw \Exception('sssss');
         // 3.发起付款 
         try {
             list($code, $response) = $pay->transfer($payload);
@@ -273,7 +272,7 @@ class UserWalletApply extends Model
                 return true;
             }
         } catch (\Exception $e) {
-            \think\Log::error('提现失败:' . ' 行号:' . $e->getLine() . '文件:' . $e->getFile() . '错误信息:' . $e->getMessage());
+           // \think\Log::error('提现失败:' . ' 行号:' . $e->getLine() . '文件:' . $e->getFile() . '错误信息:' . $e->getMessage());
             throw \Exception($e->getMessage());
         }
         return false;