fetch(':member/push/index'); } /** * 消息分类列表 * @return mixed] */ public function lists() { return $this->fetch(':member/push/lists'); } /** * 详情 * @return mixed] */ public function detail() { return $this->fetch(':member/push/detail'); } }