src/services/api/User.ts
@@ -34,7 +34,7 @@ /** 批量创建认证用户 POST /api/User/BatchCreateCompanyUser */ export async function batchCreateCompanyUser( body: API.AddCertifiedUserInput[], body: API.BatchCreateCompanyUserV3Input, options?: API.RequestConfig ) { return request<string[]>('/api/User/BatchCreateCompanyUser', {