mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-13 12:46:36 +08:00
fix(core): 统一用户昵称字段名称从 nickName 改为 nick
This commit is contained in:
@@ -32,7 +32,7 @@ export interface Flow {
|
||||
flowCode?: any;
|
||||
version?: any;
|
||||
runDuration: string;
|
||||
nickName?: any;
|
||||
nick?: any;
|
||||
}
|
||||
|
||||
export interface FlowInfoResponse {
|
||||
|
||||
Reference in New Issue
Block a user