@ -114,7 +114,7 @@ class Store extends Controller
{
$storeid = request()->header()['storeid'];
$info = StoreInfoModel::detail(intval($storeid));
return $this->renderSuccess($info);
return $this->renderSuccess(compact('info'));
}
/**