This commit is contained in:
richboo111
2024-01-24 16:25:10 +08:00
parent 14a801fb46
commit 0803f6ad12

View File

@@ -392,7 +392,7 @@ func GenMsgListID(jxMsg *JXMsg, vendorID int, elmAppID string) (msgID string) {
fmt.Println(err) fmt.Println(err)
//var d2 = jxMsg.MsgContent.(ebaiapi.ImMessageSend) //var d2 = jxMsg.MsgContent.(ebaiapi.ImMessageSend)
//msgID = elmAppID + ":" + d2.PlatformShopID + ":3" //msgID = elmAppID + ":" + d2.PlatformShopID + ":3"
msgID = elmAppID + ":" + ElmData.PlatformShopID + ":3:" + ElmData.PayLoad.GroupID msgID = elmAppID + ":" + ElmData.PlatformShopID + ":3"
} }
return msgID return msgID