This commit is contained in:
邹宗楠
2025-12-10 11:00:20 +08:00
parent 69b568fb73
commit 05cb32397a

View File

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