上传支付代码
This commit is contained in:
parent
6cad09567c
commit
926fed4fe5
@ -26,7 +26,7 @@ func (this *apiComp) Delivery(session comm.IUserSession, req *pb.PayDeliveryReq)
|
|||||||
if errdata = this.DeliveryCheck(session, req); errdata != nil {
|
if errdata = this.DeliveryCheck(session, req); errdata != nil {
|
||||||
return
|
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{
|
errdata = &pb.ErrorData{
|
||||||
Code: pb.ErrorCode_ConfigNoFound,
|
Code: pb.ErrorCode_ConfigNoFound,
|
||||||
Message: err.Error(),
|
Message: err.Error(),
|
||||||
|
Loading…
Reference in New Issue
Block a user