weituo
This commit is contained in:
@ -72,4 +72,11 @@ export async function rejectAgency(id: any) {
|
||||
method: 'post',
|
||||
});
|
||||
}
|
||||
|
||||
export async function getEntrustedProjects(params: any) {
|
||||
return request('/api/biz-service-ebtp-project/v1/projectRecord/getAgencyProjects', {
|
||||
method: 'post',
|
||||
data: params,
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user