9c959fba by asta.xie

fix string

1 parent 5588bfc3
...@@ -626,7 +626,7 @@ func (p *ControllerRegistor) ServeHTTP(rw http.ResponseWriter, r *http.Request) ...@@ -626,7 +626,7 @@ func (p *ControllerRegistor) ServeHTTP(rw http.ResponseWriter, r *http.Request)
626 context.Input.Body() 626 context.Input.Body()
627 } 627 }
628 628
629 if context.Input.RunController != nil && context.Input.RunMethod { 629 if context.Input.RunController != nil && context.Input.RunMethod != "" {
630 findrouter = true 630 findrouter = true
631 runMethod = context.Input.RunMethod 631 runMethod = context.Input.RunMethod
632 runrouter = context.Input.RunController 632 runrouter = context.Input.RunController
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!