|
|
@ -116,6 +116,6 @@ class StoreController extends BaseController |
|
|
{ |
|
|
{ |
|
|
$storeId = $this->request->input('store_id'); |
|
|
$storeId = $this->request->input('store_id'); |
|
|
$res = $data['goods_types'] = $this->categoryService->allForStoreIncludeOff($storeId); |
|
|
$res = $data['goods_types'] = $this->categoryService->allForStoreIncludeOff($storeId); |
|
|
return $this->success($res); |
|
|
|
|
|
|
|
|
return $this->success(['goods_types' => $res]); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |