1
This commit is contained in:
@@ -254,7 +254,7 @@ func (c *DjswController) imMsg() {
|
||||
callbackResponse = jdapi.Err2CallbackResponse(err, "")
|
||||
} else {
|
||||
var base *jdapi.BaseInfo
|
||||
if utils.Map2StructByJson(msg, &base, false); err == nil {
|
||||
if utils.UnmarshalUseNumber(msg, &base); err == nil {
|
||||
globals.SugarLogger.Debugf("-----url := %s", url)
|
||||
globals.SugarLogger.Debugf("-----msg := %s", string(msg))
|
||||
globals.SugarLogger.Debugf("-----base := %s", utils.Format4Output(base, false))
|
||||
|
||||
Reference in New Issue
Block a user