zhengyiming
4 天以前 42c8c76b00027995e01cbe692198831fbe019f38
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', {