wfz 2 жил өмнө
parent
commit
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;