This commit is contained in:
Max 2023-04-07 16:45:04 +08:00
parent b868ae3f5f
commit 8ffb843495

View file

@ -214,7 +214,7 @@ func setRouter(router *gin.Engine) {
throw(c, 500, err.Error())
return
}
res, err := ctx.Call(fun.Method, fun.Args...)
if err != nil {