瀏覽代碼

update

master
dengbiao 4 月之前
父節點
當前提交
32b836b634
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      app/hdl/hdl_wx_open.go

+ 2
- 0
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())


Loading…
取消
儲存