1
This commit is contained in:
@@ -256,7 +256,8 @@ func (c *DjswController) imMsg() {
|
|||||||
var base *jdapi.BaseInfo
|
var base *jdapi.BaseInfo
|
||||||
if utils.Map2StructByJson(msg, &base, false); err == nil {
|
if utils.Map2StructByJson(msg, &base, false); err == nil {
|
||||||
globals.SugarLogger.Debugf("-----url := %s", url)
|
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(im.ReadMsgFromVendor(model.VendorIDJD, url, []byte(base.JdParamJson)), "")
|
||||||
callbackResponse = jdapi.Err2CallbackResponse(nil, "")
|
callbackResponse = jdapi.Err2CallbackResponse(nil, "")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user