songxingwei 2 年之前
父节点
当前提交
40720d6863
共有 1 个文件被更改,包括 1 次插入0 次删除
  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('成功');
         }