+ Add user and bug api.

This commit is contained in:
zhujinyong
2021-07-19 11:58:25 +08:00
parent 7bb10b58db
commit 37f44fbbca
19 changed files with 390 additions and 22 deletions
+1 -1
View File
@@ -701,7 +701,7 @@ class user extends control
}
/* if ajax request, send result. */
if($this->server->ajax)
if($this->server->ajax or $this->viewType == 'json')
{
if(dao::isError())
{