2
This commit is contained in:
@ -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,
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
Reference in New Issue
Block a user