This commit is contained in:
邹宗楠
2025-12-16 15:59:18 +08:00
parent 2fc5eeaa19
commit ac3223cf98

View File

@@ -256,7 +256,8 @@ func (c *DjswController) imMsg() {
var base *jdapi.BaseInfo
if utils.Map2StructByJson(msg, &base, false); err == nil {
globals.SugarLogger.Debugf("-----url := %s", url)
globals.SugarLogger.Debugf("-----msg := %s", utils.Format4Output(msg, false))
globals.SugarLogger.Debugf("-----msg := %s", string(msg))
globals.SugarLogger.Debugf("-----base := %s", utils.Format4Output(base, false))
callbackResponse = jdapi.Err2CallbackResponse(im.ReadMsgFromVendor(model.VendorIDJD, url, []byte(base.JdParamJson)), "")
callbackResponse = jdapi.Err2CallbackResponse(nil, "")
}