ソースを参照

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


読み込み中…
キャンセル
保存