This commit is contained in:
houjishuang
2025-05-28 17:22:52 +08:00
parent 9c28c83391
commit 8b5dc24be9

View File

@ -35,3 +35,10 @@ export async function disableAgency(id: any) {
method: 'post', method: 'post',
}); });
} }
export async function getProviderToAgencyPage(params: any) {
return request('/api/biz-supplier-manage/supplier/base/getToAgencyPage', {
method: 'post',
data: params,
});
}