控制器方法和gin的handler函数一模一样只不过是struct的方法,仅此而已 func(this *IndexController) IndexTest(ctx *gin.Context) goft.Json { return gin.H{"result":"index test"}}