This commit is contained in:
richboo111
2024-01-23 17:33:52 +08:00
parent 809971e389
commit 881fcd90a8

View File

@@ -566,7 +566,7 @@ func CheckAndReply(req *JXMsg, elmAppID string) (err error) {
MsgContent: temp,
}
userList = &UserMessageList{
VendorID: VendorIDMT,
VendorID: VendorIDELM,
UserID: elm.PayLoad.SenderID,
LatestMsg: elm.PayLoad.Content,
LatestTime: elm.PayLoad.CreateTime,