存算联动修改
Former-commit-id: 313f3d815cd88971c4a6a8e364965eaa22054dfb
This commit is contained in:
parent
a712151707
commit
352db15599
|
@ -42,7 +42,6 @@ type (
|
||||||
|
|
||||||
DeleteLinkImageResp {
|
DeleteLinkImageResp {
|
||||||
Success bool `json:"success"`
|
Success bool `json:"success"`
|
||||||
Image ImageSl `json:"image"`
|
|
||||||
ErrorMsg string `json:"errorMsg"`
|
ErrorMsg string `json:"errorMsg"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -82,7 +81,6 @@ type (
|
||||||
|
|
||||||
DeleteLinkTaskResp {
|
DeleteLinkTaskResp {
|
||||||
Success bool `json:"success"`
|
Success bool `json:"success"`
|
||||||
TaskId string `json:"taskId"`
|
|
||||||
ErrorMsg string `json:"errorMsg"`
|
ErrorMsg string `json:"errorMsg"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue