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…
Откажи
Сачувај