feat: 证书增加详情页
This commit is contained in:

committed by
zhengkunwang223

parent
0c981b0aa0
commit
a4e6ca01a7
@@ -128,7 +128,11 @@ export const DeleteSSL = (req: Website.DelReq) => {
|
||||
};
|
||||
|
||||
export const GetWebsiteSSL = (websiteId: number) => {
|
||||
return http.get<Website.SSL>(`/websites/ssl/${websiteId}`);
|
||||
return http.get<Website.SSL>(`/websites/ssl/website/${websiteId}`);
|
||||
};
|
||||
|
||||
export const GetSSL = (id: number) => {
|
||||
return http.get<Website.SSL>(`/websites/ssl/${id}`);
|
||||
};
|
||||
|
||||
export const ApplySSL = (req: Website.SSLApply) => {
|
||||
|
Reference in New Issue
Block a user