feat: 增加网站日志和错误日志
This commit is contained in:

committed by
zhengkunwang223

parent
6281905a55
commit
98fd2f614a
@@ -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 = () => {
|
||||
|
Reference in New Issue
Block a user