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