@@ -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('成功');
}