Commit e675a393 by wangyusheng

feat: 固化人群分堆

parent ff8e9a0e
......@@ -113,6 +113,14 @@ export const findSecondMemberList = params =>
params: params
});
// 固化人群创建分堆
export const fixedGroupAddPile = params =>
request({
url: '/member-tag-group/addPile',
method: 'get',
params: params
});
/**
* 批量修改失效
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment