| | |
| | | }); |
| | | } |
| | | |
| | | /** 运营端-政务端一园区客户管理企业基本信息 GET /api/Customer/GetParkCustomerManageBaseDetail */ |
| | | export async function getParkCustomerManageBaseDetail( |
| | | // 叠加生成的Param类型 (非body参数swagger默认没有生成对象) |
| | | params: API.APIgetParkCustomerManageBaseDetailParams, |
| | | options?: API.RequestConfig |
| | | ) { |
| | | return request<API.GetParkCustomerManageDetailOutput>( |
| | | '/api/Customer/GetParkCustomerManageBaseDetail', |
| | | { |
| | | method: 'GET', |
| | | params: { |
| | | ...params, |
| | | }, |
| | | ...(options || {}), |
| | | } |
| | | ); |
| | | } |
| | | |
| | | /** 获取服务人员分页列表 POST /api/Customer/GetServiceStaffPage */ |
| | | export async function getServiceStaffPage( |
| | | body: API.QueryServiceStaffListInput, |