受众更新接口

This commit is contained in:
weixiaobo@boe.com.cn
2023-08-01 15:23:47 +08:00
parent f2e56e0525
commit 99a887ce8c

View File

@@ -105,8 +105,8 @@ export const getAudienceMemberList = (obj) =>
http.post("/audience/memberList", obj, {
headers: { 'Content-Type':'application/json', },
});
// 受众成员列表
export const updateAudienceMember = (obj) =>
// 受众成员更新
export const updateAudience = (obj) =>
http.post("/audience/update", obj, {
headers: { 'Content-Type':'application/json', },
});