From aa18385cc5d4e1fa74c4de62662c5a7a97bbc22e Mon Sep 17 00:00:00 2001 From: dengbiao Date: Wed, 25 Sep 2024 10:59:10 +0800 Subject: [PATCH] 1 --- 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 4666706..d503fa6 100644 --- a/app/customer/hdl/hdl_pay.go +++ b/app/customer/hdl/hdl_pay.go @@ -67,7 +67,7 @@ func BuyPackageForWx(c *gin.Context) { e.OutErr(c, err1.Code, err1.Error()) return } - + utils.FilePutContents("BuyPackageForWx", utils.SerializeStr(req)) err = svc.CheckIsOpenLimitOrderFood(req.EnterpriseId) if err != nil { e.OutErr(c, e.ERR, err.Error())