Commit d1e0270b by cherishsince

【增加】增加 picUrl

parent 5353531e
...@@ -8,7 +8,7 @@ export interface ImageDetailVO { ...@@ -8,7 +8,7 @@ export interface ImageDetailVO {
errorMessage: string // 错误信息 errorMessage: string // 错误信息
type: string // 模型下分不同的类型(清晰、真实...) type: string // 模型下分不同的类型(清晰、真实...)
taskId: number // dr 任务id taskId: number // dr 任务id
imageUrl: string // 任务地址 picUrl: string // 任务地址
originalPicUrl: string // 绘制图片地址 originalPicUrl: string // 绘制图片地址
platform: string // 平台 platform: string // 平台
model: string // 模型 model: string // 模型
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment