1
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user