6.27 集成
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
import request from '@/utils/request';
|
||||
|
||||
//党员列表
|
||||
export async function getMemberList(params: any) {
|
||||
return request('/api/biz-service-ebtp-extend/v1/eventpartybranch/partyMember/list', {
|
||||
method: 'GET',
|
||||
params: params
|
||||
});
|
||||
}
|
Reference in New Issue
Block a user