[fix] studio bug

This commit is contained in:
Max 2023-05-01 10:23:08 +08:00
parent 5f67f64f40
commit c243498b6a

View file

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