wfz 2 жил өмнө
parent
commit
f9f56df4c9

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

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