1
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
package mtwmapi
|
||||
|
||||
import (
|
||||
"git.rosy.net.cn/jx-callback/globals"
|
||||
"strings"
|
||||
|
||||
"git.rosy.net.cn/baseapi/utils"
|
||||
@@ -486,8 +485,6 @@ func (a *API) RetailDiscountDelete2(poiCode string, actType int, actIDList []str
|
||||
"act_type": actType,
|
||||
"item_ids": strings.Join(actIDList, ","),
|
||||
})
|
||||
globals.SugarLogger.Debugf("-------result batchdelete:= %s", utils.Format4Output(result, false))
|
||||
globals.SugarLogger.Debugf("-------err batchdelete:= %v", err)
|
||||
var msg string
|
||||
if err == nil {
|
||||
msg = getMsgFromResult(result)
|
||||
|
||||
Reference in New Issue
Block a user