|
|
@@ -90,7 +90,11 @@ class BuddhistController extends BaseController
|
|
|
return $this->pageService->getDetail($bid, $id);
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * 收藏
|
|
|
+ * @return array
|
|
|
+ */
|
|
|
public function collect(){
|
|
|
- return $this->collectService->collect($this->userId);
|
|
|
+ return $this->collectService->save($this->userId);
|
|
|
}
|
|
|
}
|