Skip to content

Merge pull request #422 from openapi-ui/main #134

Merge pull request #422 from openapi-ui/main

Merge pull request #422 from openapi-ui/main #134

Triggered via push August 4, 2025 03:44
Status Failure
Total duration 28s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors
build
Process completed with exit code 1.
test/common.spec.ts > openAPI.generateService > 测试空的 schema 引用: test/common.spec.ts#L75
Error: Snapshot `openAPI.generateService > 测试空的 schema 引用 1` mismatched - Expected + Received @@ -40,11 +40,11 @@ /** 分时电量查询 POST /electricity/classification/time-sharing-electricity */ export async function electricityClassificationTimeSharingElectricityUsingPost({ body, options, }: { - body: API.fenxiangshebeiziranshijiantongjichaxunDto; + body: API.fenxiangshebaoziranshijiantongjichaxunDto; options?: { [key: string]: unknown }; }) { return request<API.StatisticsQueryVo>( '/electricity/classification/time-sharing-electricity', { @@ -60,11 +60,11 @@ /* eslint-disable */ // @ts-ignore export * from './types'; export * from './displayEnumLabel'; - export * from './fenxiangyongdianmokuai6C76B49E435F7713E0531F0B10Ac7013'; + export * from './fenxiangyongdimokuai6C76B49E435F7713E0531F0B10Ac7013'; /* eslint-disable */ // @ts-ignore export enum BusinessTypeEnum { 'CLASSIFICATION' = 'CLASSIFICATION', @@ -72,11 +72,11 @@ 'INSTRUMENT' = 'INSTRUMENT', } export type IBusinessTypeEnum = keyof typeof BusinessTypeEnum; - export type fenxiangshebeiziranshijiantongjichaxunDto = { + export type fenxiangshebaoziranshijiantongjichaxunDto = { /** 业务类型 */ businessType?: 'CLASSIFICATION' | 'DEVICE' | 'INSTRUMENT'; /** 结束时间 */ endTime?: string; /** 能源类型 */ ❯ test/common.spec.ts:75:5