This commit is contained in:
houjishuang
2025-06-04 17:21:57 +08:00
parent 0852a973d3
commit d929a8f0a4
3 changed files with 157 additions and 2 deletions

View File

@ -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,
});
}