dengbiao 4 mesi fa
parent
commit
32b836b634
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. +2
    -0
      app/hdl/hdl_wx_open.go

+ 2
- 0
app/hdl/hdl_wx_open.go Vedi File

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


Caricamento…
Annulla
Salva