wupengfei
2025-04-23 b7426e2384b85e92ec1b59061bdada9b4f5c69ec
src/services/api/User.ts
@@ -371,6 +371,14 @@
  });
}
/** 获取平台银行账户信息 GET /api/User/GetPlatIncomeRechargeAccount */
export async function getPlatIncomeRechargeAccount(options?: API.RequestConfig) {
  return request<API.GetPlatIncomeRechargeAccountOutput>('/api/User/GetPlatIncomeRechargeAccount', {
    method: 'GET',
    ...(options || {}),
  });
}
/** 获取平台用户详情 GET /api/User/GetPlatUserAttestationInfo */
export async function getPlatUserAttestationInfo(
  // 叠加生成的Param类型 (非body参数swagger默认没有生成对象)