From 1c955e74b39df9e5d97c9e241ff78c65649cdb5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Wed, 22 Oct 2025 11:15:42 +0800 Subject: [PATCH] 1 --- business/partner/purchase/mtwm/callback.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/business/partner/purchase/mtwm/callback.go b/business/partner/purchase/mtwm/callback.go index 305d5785b..55cd9534e 100644 --- a/business/partner/purchase/mtwm/callback.go +++ b/business/partner/purchase/mtwm/callback.go @@ -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 != "" {