zhengyiming
8 天以前 f0d6792717c39b5ce39273dc4e407e063e36f8de
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', {