notification

This commit is contained in:
wangchuxiao 2023-05-06 10:52:03 +08:00
parent 0fd38ece0a
commit a94ef2c290

View File

@ -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
}