This commit is contained in:
richboo111
2023-09-25 17:08:57 +08:00
parent eb7d93a4a2
commit 1785c81668

View File

@@ -71,9 +71,11 @@ func ReadMsgFromClient(vendorID int, elmAppID string, msg interface{}) error {
LatestTime: pushContent.Cts,
OrderID: "",
}
globals.SugarLogger.Debugf("ReadMsgFromClient pushContent.OrderID=%d", pushContent.OrderID)
if pushContent.OrderID != 0 {
userList.OrderID = utils.Int2Str(pushContent.OrderID)
}
globals.SugarLogger.Debugf("ReadMsgFromClient userList=%s", utils.Format4Output(userList, false))
}
if vendorID == VendorIDELM {
var ElmData = ebaiapi.ImMessageSend{}