wfz 2 лет назад
Родитель
Сommit
f9f56df4c9
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      js/api/ai/ai_pb.ts

+ 2 - 0
js/api/ai/ai_pb.ts

@@ -181,6 +181,8 @@ export interface AIRobotInfo{
     createTime?:number;
     /**  用户名 */
     userName?:string;
+    /**  过期时间 */
+    expirationTime?:number;
 }
 export interface FindAIRobotListRequest{
     nextId?:number;