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