浏览代码

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())


正在加载...
取消
保存