This commit is contained in:
邹宗楠
2024-02-28 18:44:05 +08:00
parent a69daacbee
commit 1cd8332bcc

View File

@@ -1,7 +1,6 @@
package mtwmapi package mtwmapi
import ( import (
"git.rosy.net.cn/jx-callback/globals"
"strings" "strings"
"git.rosy.net.cn/baseapi/utils" "git.rosy.net.cn/baseapi/utils"
@@ -472,8 +471,6 @@ func (a *API) RetailDiscountDelete2(poiCode string, actType int, actIDList []str
"act_type": actType, "act_type": actType,
"item_ids": actParamList, "item_ids": actParamList,
}) })
globals.SugarLogger.Debugf("==============resullt := %s", utils.Format4Output(result, false))
globals.SugarLogger.Debugf("==============err := %v", err)
var msg string var msg string
if err == nil { if err == nil {
msg = getMsgFromResult(result) msg = getMsgFromResult(result)