zhengyiming
4 天以前 e3d4c3426c86392e27df63300b601507b32f5c7e
types/api.d.ts
@@ -61,4 +61,17 @@
  interface GetTaskInfoQueryResult{
    enterpriseName?:string
  }
  interface IntroInfo {
    /** 类型:0为文本,1为图片,2为视频;默认为文本 */
    type?: number;
    /** 摘要 */
    contentSummary?: string;
    /** 文本内容 */
    content?: string;
    /** 图片/视频路径 */
    path?: string;
    /** 排序 */
    sequence?: number;
  }
}