@@ -1498,6 +1498,7 @@ class MyController extends Controller
'type_id'=>1,
];
SystemInfoModel::firstOrCreate($arr);
+ return $this->api('');
}