招募充值系统对接

This commit is contained in:
liwei1dao 2022-11-21 13:56:30 +08:00
parent eb6e5b751b
commit 5266b0b6fa

View File

@ -131,6 +131,6 @@ func (this *Pay) Rpc_ModulePayDelivery(ctx context.Context, args *pb.PayDelivery
return return
} }
} }
this.ModuleHero.RechargeMoney(session.GetUserId(), conf.Amount)
return return
} }