...
|
...
|
@@ -408,6 +408,9 @@ func MsgChanceSubmit(header *protocol.RequestHeader, request *protocol.MsgChance |
|
|
commItem.MsgTime = chance.MsgTime.Unix() * 1000
|
|
|
commItem.ChanceId = chance.ChanceId
|
|
|
rsp.List = append(rsp.List, commItem)
|
|
|
if commItem.ChanceId == 0 && chance.SourceId > 0 {
|
|
|
commItem.ChanceId = chance.SourceId
|
|
|
}
|
|
|
}
|
|
|
return
|
|
|
}
|
...
|
...
|
|