fix(core): 统一用户昵称字段名称从 nickName 改为 nick

This commit is contained in:
dubai
2026-01-11 14:04:57 +08:00
parent bd51228293
commit d12769dd29
19 changed files with 31 additions and 31 deletions

View File

@@ -32,7 +32,7 @@ export interface Flow {
flowCode?: any;
version?: any;
runDuration: string;
nickName?: any;
nick?: any;
}
export interface FlowInfoResponse {