From 352db155991bd58736d9e4706976c14c4c3fff90 Mon Sep 17 00:00:00 2001 From: tzwang Date: Wed, 11 Oct 2023 09:20:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=98=E7=AE=97=E8=81=94=E5=8A=A8=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: 313f3d815cd88971c4a6a8e364965eaa22054dfb --- api/desc/storelink/pcm-storelink.api | 2 -- 1 file changed, 2 deletions(-) diff --git a/api/desc/storelink/pcm-storelink.api b/api/desc/storelink/pcm-storelink.api index f1db3a8d..6765ec7c 100644 --- a/api/desc/storelink/pcm-storelink.api +++ b/api/desc/storelink/pcm-storelink.api @@ -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"` }