songxingwei 2 years ago
parent
commit
40720d6863
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/admin/controller/Platform.php

+ 1 - 0
app/admin/controller/Platform.php

@@ -52,6 +52,7 @@ class Platform extends Controller
         if($this->request->isGet()){
             $this->fetch();
         }else{
+            print_r($this->request->post());die;
             sysconf('app_juhe_config',$this->request->post('row'));
             $this->success('成功');
         }