后台补单BUG修改

This commit is contained in:
by 2024-12-16 10:03:36 +08:00
parent d6bfa73d70
commit d791c4d02c
1 changed files with 2 additions and 1 deletions

View File

@ -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
}