src/services/api/enterpriseEmployee.ts
@@ -157,3 +157,18 @@ } ); } /** 灵工解约 POST /api/user/enterpriseEmployee/stopElectronSign */ export async function stopElectronSign( body: API.StopElectronSignCommand, options?: API.RequestConfig ) { return request<string>('/api/user/enterpriseEmployee/stopElectronSign', { method: 'POST', headers: { 'Content-Type': 'application/json-patch+json', }, data: body, ...(options || {}), }); }