2
This commit is contained in:
@ -34,4 +34,11 @@ export async function disableAgency(id: any) {
|
|||||||
return request(`/api/biz-service-ebtp-agency/api/agencies/disable/${id}`, {
|
return request(`/api/biz-service-ebtp-agency/api/agencies/disable/${id}`, {
|
||||||
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