getList($this->postData()); return $this->renderSuccess('', compact('list')); } /** *分会详情 */ public function detail($user_id) { $detail = MemberModel::detail($user_id, ['user', 'supplier.category', 'branch']); return $this->renderSuccess('', compact('detail')); } }