dengbiao пре 3 недеља
родитељ
комит
07f72bd9f9
1 измењених фајлова са 2 додато и 0 уклоњено
  1. +2
    -0
      app/hdl/hdl_demo.go

+ 2
- 0
app/hdl/hdl_demo.go Прегледај датотеку

@@ -26,6 +26,8 @@ import (
// @Failure 400 {object} md.Response "具体错误"
// @Router /api/v1/test [GET]
func Demo(c *gin.Context) {
fmt.Println("headers::::", c.Request.Header)
utils.FilePutContents("headers", utils.SerializeStr(c.Request.Header))
var args interface{}
if c.Request.Method == "GET" {
args = c.Request.URL.Query()


Loading…
Откажи
Сачувај