From ae6ff9bae22265a71fa176cae46a68c0552bb33e Mon Sep 17 00:00:00 2001 From: DengBiao <2319963317@qq.com> Date: Wed, 3 Jan 2024 14:09:02 +0800 Subject: [PATCH] update --- app/customer/hdl/hdl_pay.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/customer/hdl/hdl_pay.go b/app/customer/hdl/hdl_pay.go index 713655c..f93a622 100644 --- a/app/customer/hdl/hdl_pay.go +++ b/app/customer/hdl/hdl_pay.go @@ -55,7 +55,7 @@ func BuyPackageForWx(c *gin.Context) { e.OutErr(c, err1.Code, err1.Error()) return } - fmt.Println("req>>>>>>>>>>>>", utils.Serialize(req)) + fmt.Println("req>>>>>>>>>>>>", utils.SerializeStr(req)) outTradeNo, total, resp, err := svc.BuyPackageForWx(c, req) if err != nil { e.OutErr(c, e.ERR, err.Error())