日志
This commit is contained in:
@@ -254,6 +254,8 @@ func (c *DjswController) imMsg() {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
callbackResponse = jdapi.Err2CallbackResponse(err, "")
|
callbackResponse = jdapi.Err2CallbackResponse(err, "")
|
||||||
} else {
|
} else {
|
||||||
|
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(im.ReadMsgFromVendor(model.VendorIDJD, url, msg), "")
|
||||||
}
|
}
|
||||||
c.Data["json"] = c.transferResponse("orderStatus", callbackResponse)
|
c.Data["json"] = c.transferResponse("orderStatus", callbackResponse)
|
||||||
|
|||||||
Reference in New Issue
Block a user