wang hou sheng 7 months ago
parent 2505249ec0
commit 5e792f6e53
  1. 2
      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'));
}
/**

Loading…
Cancel
Save