|
|
|
@ -72,4 +72,10 @@ class Store extends Controller |
|
|
|
|
$service = new StoreService; |
|
|
|
|
return $this->renderSuccess($service->joinData($userInfo->user_id)); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public function getStore(): Json |
|
|
|
|
{ |
|
|
|
|
$service = new StoreService; |
|
|
|
|
return $this->renderSuccess($service->getStore()); |
|
|
|
|
} |
|
|
|
|
} |