This commit is contained in:
John 2018-12-28 21:46:01 +08:00
parent 2c6e8f88fb
commit 8ef7155c70

View File

@ -32,7 +32,7 @@ func (c *Controller) Init(r *ghttp.Request) {
}
// 控制器结束请求接口方法
func (c *Controller) Shut(r *ghttp.Request) {
func (c *Controller) Shut() {
}