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