소스 검색

update

master
shenjiachi 1 주 전
부모
커밋
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" {


불러오는 중...
취소
저장