后台补单BUG修改
This commit is contained in:
parent
d6bfa73d70
commit
d791c4d02c
|
@ -2257,7 +2257,8 @@ func init() {
|
|||
|
||||
state = msg.GetState()
|
||||
player := PlayerMgrSington.GetPlayerBySnId(info.SnId)
|
||||
if player == nil {
|
||||
logger.Logger.Info("api /api/pay/CallbackPayment player = ", player)
|
||||
if player == nil && !player.IsOnLine() {
|
||||
if info.State == 1 {
|
||||
state = 3
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue