Browse Source

会员升级

Kirin 1 year ago
parent
commit
183e05ab9e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      crmeb/services/WithdrawService.php

+ 1 - 1
crmeb/services/WithdrawService.php

@@ -20,7 +20,7 @@ class WithdrawService
     static $aeskey = '';
 
 
-    public function init()
+    public static function init()
     {
         self::$token = CacheService::get('withdraw_token', '');
         if (!self::$token) {