소스 검색

会员升级

Kirin 2 년 전
부모
커밋
183e05ab9e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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) {