Browse Source

1

add_mode
DengBiao 1 year ago
parent
commit
2485b80915
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/customer/hdl/hdl_pay.go

+ 1
- 1
app/customer/hdl/hdl_pay.go View File

@@ -24,7 +24,7 @@ func BuyPackage(c *gin.Context) {
e.OutErr(c, err1.Code, err1.Error())
return
}
fmt.Println("req>>>>>>>>>>>>", req)
fmt.Println("req>>>>>>>>>>>>", utils.Serialize(req))
outTradeNo, tradeNo, total, err := svc.BuyPackage(c, req)
if err != nil {
e.OutErr(c, e.ERR, err.Error())


Loading…
Cancel
Save