songxingwei 2 gadi atpakaļ
vecāks
revīzija
40720d6863
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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()){
         if($this->request->isGet()){
             $this->fetch();
             $this->fetch();
         }else{
         }else{
+            print_r($this->request->post());die;
             sysconf('app_juhe_config',$this->request->post('row'));
             sysconf('app_juhe_config',$this->request->post('row'));
             $this->success('成功');
             $this->success('成功');
         }
         }