This commit is contained in:
邹宗楠
2025-10-22 15:12:41 +08:00
parent f49d940d6a
commit 495b4f4eaa

View File

@@ -34,6 +34,7 @@ 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("-----msg := %s", utils.Format4Output(msg, false))
skuInfo := msg.FormData.Get("retail_data")
globals.SugarLogger.Debugf("-----FormData := %s", utils.Format4Output(skuInfo, false))
dataMap := make([]*mtwmapi.VendorUpdateSkuCallback, 0, 0)