@@ -11,7 +11,7 @@ class Api extends Core
{
parent::__construct();
if ($this->uid <= 0) {
- Dever::alert('请先登录');
+ Dever::alert('请先登录', -2);
}