@@ -66,7 +66,6 @@ class Config extends Controller
request()->validate($validator);
- unset($params['field']);
$ret = ConfigService::submit($params);
if ($ret['code'] == ConfigService::NOT) {
return $this->error($ret['code'], $ret['msg']);