瀏覽代碼

update

master
shenjiachi 4 天之前
父節點
當前提交
9babc21fe2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      app/hdl/hdl_demo.go

+ 1
- 1
app/hdl/hdl_demo.go 查看文件

@@ -23,7 +23,7 @@ import (
// @Param req body interface{} true "任意参数"
// @Success 200 {object} map[string]interface{} "返回任意参数"
// @Failure 400 {object} md.Response "具体错误"
// @Router /api/v1/test [POST]
// @Router /api/v1/test [GET]
func Demo(c *gin.Context) {
var args interface{}
if c.Request.Method == "GET" {


Loading…
取消
儲存