This commit is contained in:
邹宗楠
2025-10-22 11:15:42 +08:00
parent f98a8ab968
commit 1c955e74b3

View File

@@ -34,7 +34,8 @@ func OnCallbackMsg(msg *mtwmapi.CallbackMsg, msgType string) (response *mtwmapi.
_, err := netprinter.PrintStoreStatus(jxcontext.AdminCtx, storeDetail, model.VendorIDMTWM, -9)
response = mtwmapi.Err2CallbackResponse(err, "")
} else if msg.Cmd == mtwmapi.MsgTypeSkuUpdate {
globals.SugarLogger.Debugf("-----MsgTypeSkuUpdate := %s", utils.Format4Output(msg, false))
globals.SugarLogger.Debugf("-----MsgTypeSkuUpdate := %s", utils.Format4Output(msg.FormData.Get("retail_data"), false))
globals.SugarLogger.Debugf("-----MsgTypeSkuUpdate := %s", msg.FormData.Get("retail_data"))
return mtwmapi.Err2CallbackResponse(nil, "")
} else {
if orderID := GetOrderIDFromMsg(msg); orderID != "" {