存算联动修改

Former-commit-id: 313f3d815c
This commit is contained in:
tzwang 2023-10-11 09:20:51 +08:00
parent a712151707
commit 352db15599
1 changed files with 0 additions and 2 deletions

View File

@ -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"`
}