wupengfei
8 天以前 f37c78b6412db783615f8b38f0487c57136c4ed8
src/services/api/User.ts
@@ -379,6 +379,14 @@
  });
}
/** 获取平台开票信息 GET /api/User/GetPlatInvoiceAccount */
export async function getPlatInvoiceAccount(options?: API.RequestConfig) {
  return request<API.GetPlatInvoiceAccountOutput>('/api/User/GetPlatInvoiceAccount', {
    method: 'GET',
    ...(options || {}),
  });
}
/** 获取平台用户详情 GET /api/User/GetPlatUserAttestationInfo */
export async function getPlatUserAttestationInfo(
  // 叠加生成的Param类型 (非body参数swagger默认没有生成对象)