作者 郭文星

231

... ... @@ -33,7 +33,7 @@ class Index extends Api
public function _initialize()
{
$user=new User();
$this->token=$user->getToken();
$this->token=$user->tokenLogin();
parent::_initialize();
}
//1.查询摄像头接口
... ...