Update Auth.php

This commit is contained in:
Anyon 2020-10-26 10:35:56 +08:00
parent 624f924251
commit 9232efa74f

View File

@ -31,6 +31,9 @@ abstract class Auth extends Controller
*/
protected $member;
/**
* 控制器初始化
*/
protected function initialize()
{
$this->token = $this->request->request('token', '');