feat: 🎨 新增加专题功能

This commit is contained in:
学习很差啦
2022-10-11 17:24:37 +08:00
parent 6007dc57d5
commit a70c741990
11 changed files with 504 additions and 60 deletions

View File

@@ -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}`);
};