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