chore: migrate fe 250723

This commit is contained in:
tecvan
2025-07-23 22:09:52 +08:00
parent 3b546369d8
commit 67d9687fb8
264 changed files with 19646 additions and 8816 deletions

View File

@@ -687,7 +687,7 @@ export interface CheckCardLengthRequest {
}
export interface CheckCardLengthResponse {
is_over_length?: Record<ChannelType, boolean>;
is_over_length?: Partial<Record<ChannelType, boolean>>;
code?: Int64;
msg?: string;
BaseResp?: base.BaseResp;