mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-20 16:26:45 +08:00
'..'
This commit is contained in:
@@ -4,8 +4,7 @@ import http from "./config";
|
||||
* 1
|
||||
*/
|
||||
//获取受众信息
|
||||
export const getAudienceInfoApi = (obj) =>
|
||||
http.post("/admin/orgStruct/getAudienceInfo", obj);
|
||||
// export const getAudienceInfoApi = (obj) => http.post("/admin/orgStruct/getAudienceInfo", obj);
|
||||
//获取员工信息
|
||||
export const getMemberInfoApi = (obj) =>
|
||||
http.post("/admin/orgStruct/getMemberInfo", obj);
|
||||
|
||||
Reference in New Issue
Block a user