fix
This commit is contained in:
parent
a63f196e0b
commit
2c436b1a6c
@ -36,7 +36,7 @@ func RegisterGitHookRouter(router *gin.Engine, handler IGitHookEventHandler) err
|
|||||||
responseData = &ResponseData{
|
responseData = &ResponseData{
|
||||||
Code: 100,
|
Code: 100,
|
||||||
Message: "处理完成(未设置返回值,系统默认返回此信息)",
|
Message: "处理完成(未设置返回值,系统默认返回此信息)",
|
||||||
Data: map[string]interface{}
|
Data: map[string]interface{}{},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
ctx.JSON(http.StatusOK, responseData)
|
ctx.JSON(http.StatusOK, responseData)
|
||||||
|
Loading…
Reference in New Issue
Block a user