1
This commit is contained in:
@@ -71,9 +71,11 @@ func ReadMsgFromClient(vendorID int, elmAppID string, msg interface{}) error {
|
|||||||
LatestTime: pushContent.Cts,
|
LatestTime: pushContent.Cts,
|
||||||
OrderID: "",
|
OrderID: "",
|
||||||
}
|
}
|
||||||
|
globals.SugarLogger.Debugf("ReadMsgFromClient pushContent.OrderID=%d", pushContent.OrderID)
|
||||||
if pushContent.OrderID != 0 {
|
if pushContent.OrderID != 0 {
|
||||||
userList.OrderID = utils.Int2Str(pushContent.OrderID)
|
userList.OrderID = utils.Int2Str(pushContent.OrderID)
|
||||||
}
|
}
|
||||||
|
globals.SugarLogger.Debugf("ReadMsgFromClient userList=%s", utils.Format4Output(userList, false))
|
||||||
}
|
}
|
||||||
if vendorID == VendorIDELM {
|
if vendorID == VendorIDELM {
|
||||||
var ElmData = ebaiapi.ImMessageSend{}
|
var ElmData = ebaiapi.ImMessageSend{}
|
||||||
|
|||||||
Reference in New Issue
Block a user