mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 11:26:45 +08:00
受众添加成员逻辑
This commit is contained in:
@@ -109,4 +109,20 @@ export const getAudienceMemberList = (obj) =>
|
||||
export const updateAudienceMember = (obj) =>
|
||||
http.post("/audience/update", obj, {
|
||||
headers: { 'Content-Type':'application/json', },
|
||||
});
|
||||
|
||||
// 受众成员组织列表
|
||||
export const getAudienceOrgList = (obj) =>
|
||||
http.post("/org/list", obj, {
|
||||
headers: { 'Content-Type':'application/json', },
|
||||
});
|
||||
// 受众成员组织列表
|
||||
export const getAudienceOrgInfo = (obj) =>
|
||||
http.post("/org/info", obj, {
|
||||
headers: { 'Content-Type':'application/json', },
|
||||
});
|
||||
// 受众成员可选列表
|
||||
export const getAudienceUserList = (obj) =>
|
||||
http.post("/user/list", obj, {
|
||||
headers: { 'Content-Type':'application/json', },
|
||||
});
|
||||
Reference in New Issue
Block a user