This commit is contained in:
白茶清欢 2021-11-12 11:40:39 +08:00
parent a63f196e0b
commit 2c436b1a6c

View File

@ -36,7 +36,7 @@ func RegisterGitHookRouter(router *gin.Engine, handler IGitHookEventHandler) err
responseData = &ResponseData{
Code: 100,
Message: "处理完成(未设置返回值,系统默认返回此信息)",
Data: map[string]interface{}
Data: map[string]interface{}{},
}
}
ctx.JSON(http.StatusOK, responseData)