ci/cd
This commit is contained in:
@@ -66,3 +66,12 @@ export const deletePortal = (portalId) => {
|
||||
method: "delete",
|
||||
});
|
||||
};
|
||||
|
||||
// 发布列表接口
|
||||
export const publishPortal = (data) => {
|
||||
return request({
|
||||
url: "/custom/query/portal/list/publish",
|
||||
method: "post",
|
||||
data,
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user