diff --git a/internal/api/msg.go b/internal/api/msg.go index aa7096340..f149c1031 100644 --- a/internal/api/msg.go +++ b/internal/api/msg.go @@ -104,6 +104,7 @@ func (m Message) newUserSendMsgReq(c *gin.Context, params *apistruct.ManagementS log.Error(mcontext.GetOperationID(c), "Marshal failed ", err.Error(), tips.String()) } } + utils.GetConversationIDBySessionType() return &pbData }