songxingwei il y a 2 ans
Parent
commit
40720d6863
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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('成功');
         }