日志删除

This commit is contained in:
邹宗楠
2023-07-18 13:44:50 +08:00
parent 595336ffae
commit b0536dbb67
10 changed files with 68 additions and 82 deletions

View File

@@ -106,7 +106,6 @@ func (ability *Ability3156) AlibabaAelophyShopUpdatestatus(req *request2.Alibaba
if ability.Client == nil {
return nil, errors.New("Ability3156 topClient is nil")
}
globals.SugarLogger.Debugf("ShopUpdatestatus req=%s", utils.Format4Output(&req, false))
var jsonStr, err = ability.Client.ExecuteWithSession("alibaba.aelophy.shop.updatestatus", req.ToMap(), req.ToFileMap(), session)
var respStruct = response2.AlibabaAelophyShopUpdatestatusResponse{}
if err != nil {
@@ -128,7 +127,6 @@ func (ability *Ability3156) AlibabaAelophyShopUpdateinfo(req *request2.AlibabaAe
if ability.Client == nil {
return nil, errors.New("Ability3156 topClient is nil")
}
globals.SugarLogger.Debugf("ShopUpdateinfo req=%s", utils.Format4Output(&req, false))
var jsonStr, err = ability.Client.ExecuteWithSession("alibaba.aelophy.shop.updateinfo", req.ToMap(), req.ToFileMap(), session)
var respStruct = response2.AlibabaAelophyShopUpdateinfoResponse{}
if err != nil {
@@ -150,7 +148,6 @@ func (ability *Ability3156) AlibabaAelophyShopUpdaterange(req *request2.AlibabaA
if ability.Client == nil {
return nil, errors.New("Ability3156 topClient is nil")
}
globals.SugarLogger.Debugf("ShopUpdaterange req=%s", utils.Format4Output(&req, false))
var jsonStr, err = ability.Client.ExecuteWithSession("alibaba.aelophy.shop.updaterange", req.ToMap(), req.ToFileMap(), session)
var respStruct = response2.AlibabaAelophyShopUpdaterangeResponse{}
if err != nil {