From 1cd8332bccfee3b65a68c404f34d8f80683bc403 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Wed, 28 Feb 2024 18:44:05 +0800 Subject: [PATCH] 1 --- platformapi/mtwmapi/act.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/platformapi/mtwmapi/act.go b/platformapi/mtwmapi/act.go index 605393da..73b6aa87 100644 --- a/platformapi/mtwmapi/act.go +++ b/platformapi/mtwmapi/act.go @@ -1,7 +1,6 @@ package mtwmapi import ( - "git.rosy.net.cn/jx-callback/globals" "strings" "git.rosy.net.cn/baseapi/utils" @@ -472,8 +471,6 @@ func (a *API) RetailDiscountDelete2(poiCode string, actType int, actIDList []str "act_type": actType, "item_ids": actParamList, }) - globals.SugarLogger.Debugf("==============resullt := %s", utils.Format4Output(result, false)) - globals.SugarLogger.Debugf("==============err := %v", err) var msg string if err == nil { msg = getMsgFromResult(result)