日常更新

This commit is contained in:
2019-09-29 21:19:30 +08:00
parent c29b8358be
commit 07faf60918
196 changed files with 1367 additions and 524 deletions

View File

@@ -32,7 +32,11 @@ class Admin {
}
return json($this->data);
} else {
return $response->data($this->fetch());
if(\is_string($this->data) && $this->data != ''){
return $response;
}else{
return $response->data($this->fetch());
}
}
}