mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 19:06:45 +08:00
受众更新接口
This commit is contained in:
@@ -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', },
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user