mirror of
https://github.com/astaxie/beego.git
synced 2025-07-05 05:50:18 +00:00
fix #315
This commit is contained in:
@ -139,6 +139,7 @@ func (input *BeegoInput) Param(key string) string {
|
||||
}
|
||||
|
||||
func (input *BeegoInput) Query(key string) string {
|
||||
input.req.ParseForm()
|
||||
return input.req.Form.Get(key)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user