feat: 增加网站日志和错误日志

This commit is contained in:
zhengkunwang223
2022-12-26 11:42:37 +08:00
committed by zhengkunwang223
parent 6281905a55
commit 98fd2f614a
13 changed files with 134 additions and 9 deletions

View File

@@ -28,7 +28,7 @@ export const UpdateWebsite = (req: Website.WebSiteUpdateReq) => {
};
export const GetWebsite = (id: number) => {
return http.get<Website.Website>(`/websites/${id}`);
return http.get<Website.WebsiteDTO>(`/websites/${id}`);
};
export const GetWebsiteOptions = () => {