This commit is contained in:
suyl
2021-07-20 18:46:41 +08:00
parent 33a3247bd3
commit 4f6c6f1a71

View File

@@ -6,5 +6,5 @@ type CallbackController struct {
}
func (t *CallbackController) Msg(c *gin.Context) {
c.JSON(200, &CallBack{})
}