This commit is contained in:
邹宗楠
2025-12-10 14:04:48 +08:00
parent dbb92035c2
commit 95a973c1ae

View File

@@ -257,6 +257,7 @@ func (c *DjswController) imMsg() {
globals.SugarLogger.Debugf("-----url := %s", url)
globals.SugarLogger.Debugf("-----msg := %s", string(msg))
callbackResponse = jdapi.Err2CallbackResponse(im.ReadMsgFromVendor(model.VendorIDJD, url, msg), "")
callbackResponse = jdapi.Err2CallbackResponse(nil, "")
}
c.Data["json"] = c.transferResponse("orderStatus", callbackResponse)
c.ServeJSON()