dever 6 年之前
父節點
當前提交
5586cb0223
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Api.php

+ 1 - 1
src/Api.php

@@ -136,7 +136,7 @@ class Api
 			Dever::alert('没有账户信息');
 		}
 
-		if (!$this->uid || !$this->username) {
+		if (!$this->uid) {
 			Dever::alert('没有用户信息');
 		}