| xqd
@@ -80,7 +80,6 @@ class SettingController extends Controller
|
|
|
if(!$request->isMethod('POST')) {
|
|
|
return $this->showWarning('访问错误');
|
|
|
}
|
|
|
-dd($request->all());
|
|
|
$items = collect(['check_card_location', 'check_card_radius', 'check_position']);
|
|
|
|
|
|
foreach($items as $item) {
|