1
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user