4
0
Fork 0
panliang 2022-09-14 11:44:25 +08:00
parent 6c82c8cfac
commit 94400366dc
1 changed files with 1 additions and 1 deletions

View File

@ -35,6 +35,6 @@ class UserController extends Controller
}
$user->update($update);
return $this->success('修改成功');
return $this->json(UserResource::make($user));
}
}