diff --git a/business/partner/im/im.go b/business/partner/im/im.go index ae3e8150d..e764d2851 100644 --- a/business/partner/im/im.go +++ b/business/partner/im/im.go @@ -259,7 +259,10 @@ func ReadMsgFromClient(vendorID int, elmAppID string, msg interface{}, storeId i } } - + globals.SugarLogger.Debugf("------jxmsg:= %s", utils.Format4Output(jxMsg, false)) + globals.SugarLogger.Debugf("------vendorID:= %s", utils.Format4Output(vendorID, false)) + globals.SugarLogger.Debugf("------elmAppID:= %s", utils.Format4Output(elmAppID, false)) + globals.SugarLogger.Debugf("------userList:= %s", utils.Format4Output(userList, false)) //1 存储展示列表时单条数据 if err = SetMessageDetail(jxMsg, vendorID, elmAppID); err != nil { errList.AddErr(fmt.Errorf("存储详细聊天记录错误:%v", err))