更新功能

This commit is contained in:
2023-02-23 22:34:00 +08:00
parent 6885382c52
commit 4995c5b6be
18 changed files with 444 additions and 200 deletions
@@ -34,7 +34,7 @@ public function version(){
}
public function log(UsersLogService $service){
$this->data['data'] = $service->getUserLogList(request());
$this->data['data'] = $service->getUserLogList(request());
$this->data['code'] = 1;
return $this->data;
}