|
@@ -88,6 +88,7 @@ class Menu extends Controller
|
|
|
];
|
|
];
|
|
|
|
|
|
|
|
request()->validate($validator);
|
|
request()->validate($validator);
|
|
|
|
|
+ unset($params['uri'],$params['type']);
|
|
|
$ret = MenuService::submit($params);
|
|
$ret = MenuService::submit($params);
|
|
|
if ($ret['code'] == MenuService::NOT) {
|
|
if ($ret['code'] == MenuService::NOT) {
|
|
|
return $this->error($ret['code'], $ret['msg']);
|
|
return $this->error($ret['code'], $ret['msg']);
|