wupengfei 2 years ago
parent
commit
360fbbe22c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      addons/shopro/model/UserWalletApply.php

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

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