getList($this->postData()); return $this->renderSuccess('', compact('list')); } /** *分会详情 */ public function detail($branch_id) { $detail = Branch::detail($branch_id); return $this->renderSuccess('', compact('detail')); } }