This commit is contained in:
sunmoon
2022-03-10 14:32:06 +08:00
parent 2471130f59
commit 5813979479

View File

@ -22,7 +22,6 @@ import (
//
// Note that if there are multiple parameters with the same name, the parameters are
// retrieved and overwrote in order of priority: router < query < body < form < custom.
func (r *Request) GetRequest(key string, def ...interface{}) *gvar.Var {
value := r.GetParam(key)
if value.IsNil() {