浏览代码

`过期时间`

wfz 2 年之前
父节点
当前提交
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;