feat: 安装网站增加提示
This commit is contained in:

committed by
zhengkunwang223

parent
92e7617304
commit
26039cc19d
@@ -144,3 +144,7 @@ export const GetHTTPSConfig = (id: number) => {
|
||||
export const UpdateHTTPSConfig = (req: WebSite.HTTPSReq) => {
|
||||
return http.post<WebSite.HTTPSConfig>(`/websites/${req.websiteId}/https`, req);
|
||||
};
|
||||
|
||||
export const PreCheck = (req: WebSite.CheckReq) => {
|
||||
return http.post<WebSite.CheckRes[]>(`/websites/check`, req);
|
||||
};
|
||||
|
Reference in New Issue
Block a user