正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -59,7 +59,7 @@ class AdminIndexController extends AdminBaseController | @@ -59,7 +59,7 @@ class AdminIndexController extends AdminBaseController | ||
59 | $where = ['user_type'=>2]; | 59 | $where = ['user_type'=>2]; |
60 | $where1=[]; | 60 | $where1=[]; |
61 | $where3=[]; | 61 | $where3=[]; |
62 | - $param = input('request.'); | 62 | + $param = request()->param(); |
63 | 63 | ||
64 | 64 | ||
65 | $keywordComplex = []; | 65 | $keywordComplex = []; |
-
请 注册 或 登录 后发表评论