mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-18 08:55:52 +08:00
feat: 🎨 新增加专题功能
This commit is contained in:
@@ -90,3 +90,12 @@ export const getMemberFeedbackDetail = (id) => {
|
||||
export const getMemberMessage = (params) => {
|
||||
return getRequest(`/other/memberMessage`, params);
|
||||
};
|
||||
|
||||
// 弹窗广告
|
||||
export const getOpenHomeData = params => {
|
||||
return getRequest(`/other/pageData/pageType/${params}`);
|
||||
};
|
||||
// 保存修改弹窗广告
|
||||
export const addOpenHomeData = params => {
|
||||
return postRequest(`/other/pageData/pageType/${params}`);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user