上传支付代码

This commit is contained in:
liwei1dao 2023-11-23 18:48:35 +08:00
parent 6cad09567c
commit 926fed4fe5

View File

@ -26,7 +26,7 @@ func (this *apiComp) Delivery(session comm.IUserSession, req *pb.PayDeliveryReq)
if errdata = this.DeliveryCheck(session, req); errdata != nil {
return
}
if conf, err = this.module.configure.getGameRecharge(order.Bpoints); err != nil {
if conf, err = this.module.configure.getGameRecharge(req.BillingPoints); err != nil {
errdata = &pb.ErrorData{
Code: pb.ErrorCode_ConfigNoFound,
Message: err.Error(),