ywxk
Results
1
issues of
ywxk
源码有getToken方法,没有token()方法 `public function getToken() { if ($this->token === null) { try { $this->parseToken(); } catch (JWTException $e) { $this->token = null; } } return $this->token; }`