This commit is contained in:
邹宗楠
2023-07-29 19:42:16 +08:00
parent 78887ca68a
commit 7b4929bd02
6 changed files with 137 additions and 14 deletions

View File

@@ -116,7 +116,6 @@ func (ability *Ability3156) AlibabaAelophyShopUpdatestatus(req *request2.Alibaba
if respStruct.Body == "" || len(respStruct.Body) == 0 {
respStruct.Body = jsonStr
}
globals.SugarLogger.Debugf("ShopUpdatestatus respStruct=%s", utils.Format4Output(&respStruct, false))
return &respStruct, err
}