后台补单
This commit is contained in:
parent
a9efaed491
commit
e2095d6878
|
@ -2276,7 +2276,7 @@ func init() {
|
||||||
retFail("购买记录状态修改失败")
|
retFail("购买记录状态修改失败")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if player != nil {
|
if player != nil || (player != nil && player.IsOffline()) {
|
||||||
player.DoShopInfo(info, false)
|
player.DoShopInfo(info, false)
|
||||||
// 邀请积分
|
// 邀请积分
|
||||||
InviteTask(msg.Platform, player.PSnId, info.SnId, common.InviteScoreTypePay, int64(info.ConsumeNum))
|
InviteTask(msg.Platform, player.PSnId, info.SnId, common.InviteScoreTypePay, int64(info.ConsumeNum))
|
||||||
|
|
Loading…
Reference in New Issue