forked from JointCloud/pcm-coordinator
存算联动修改
This commit is contained in:
parent
9983c662e5
commit
313f3d815c
|
@ -42,7 +42,6 @@ type (
|
|||
|
||||
DeleteLinkImageResp {
|
||||
Success bool `json:"success"`
|
||||
Image ImageSl `json:"image"`
|
||||
ErrorMsg string `json:"errorMsg"`
|
||||
}
|
||||
|
||||
|
@ -82,7 +81,6 @@ type (
|
|||
|
||||
DeleteLinkTaskResp {
|
||||
Success bool `json:"success"`
|
||||
TaskId string `json:"taskId"`
|
||||
ErrorMsg string `json:"errorMsg"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue