正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
@@ -30,6 +30,7 @@ class LoadController extends HomeBaseController | @@ -30,6 +30,7 @@ class LoadController extends HomeBaseController | ||
30 | dump(json_decode(cache('param')['RequestData'])); | 30 | dump(json_decode(cache('param')['RequestData'])); |
31 | } | 31 | } |
32 | public function notify(){ | 32 | public function notify(){ |
33 | + | ||
33 | $param = $this->request->param(); | 34 | $param = $this->request->param(); |
34 | if(empty($param['RequestType'])){ | 35 | if(empty($param['RequestType'])){ |
35 | $this->error('error'); | 36 | $this->error('error'); |
-
请 注册 或 登录 后发表评论