From 32b836b634aab75299d63d17ace28036b8f57abe Mon Sep 17 00:00:00 2001 From: dengbiao Date: Tue, 20 Aug 2024 15:59:26 +0800 Subject: [PATCH] update --- app/hdl/hdl_wx_open.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/hdl/hdl_wx_open.go b/app/hdl/hdl_wx_open.go index 6c51871..0d7a733 100644 --- a/app/hdl/hdl_wx_open.go +++ b/app/hdl/hdl_wx_open.go @@ -33,6 +33,8 @@ func SetTicket(c *gin.Context) { c.JSON(http.StatusBadRequest, gin.H{"error": "failed to read request body"}) return } + + utils.FilePutContents("SetTicket_Post", string(body)) err = xml.Unmarshal(body, &wxMsg) if err != nil { fmt.Println("setTicket>>>>>>>>", err.Error())