diff --git a/app/api/controller/Store.php b/app/api/controller/Store.php index 78a04d90..d9d7edcb 100644 --- a/app/api/controller/Store.php +++ b/app/api/controller/Store.php @@ -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')); } /**