转自 · · 462 阅读

yii2 通用获取get/post请求

yii2
yii2 通用获取get/post请求

原文链接:https://www.crs811.com/archives/1770

yii2添加行为之Yii->$app->request->request()通用地去获取post|get请求
1、main-local 中添加:

'request' => [
    'as requestmethod' => common\helpers\HttpRequstMethod::class,
],
2、添加 HttpRequstMethod
0 评论

评论

还没有评论,来说两句吧