wupengfei 2 年之前
父节点
当前提交
53ff735bfa
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      addons/shopro/model/UserWalletApply.php

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

@@ -68,7 +68,6 @@ class UserWalletApply extends Model
     {
         $user = User::info();
         $config = self::getWithdrawConfig();
-        throw \Exception(json_encode($config));
         if (!in_array($type, $config['methods'])) {
             throw \Exception('暂不支持该提现方式');
         }
@@ -164,7 +163,7 @@ class UserWalletApply extends Model
             $apply = self::handleAgree($apply);
             $apply = self::handleWithdraw($apply);
         }
-
+        throw \Exception('111111');
         return $apply;
     }