fetch(); } /** * VIP认证 * @return mixed */ public function vip() { return $this->fetch(); } /** * 人工牵线 * @return mixed */ public function hand() { return $this->fetch(); } /** * 身份证认证 * @return mixed */ public function idcard() { return $this->fetch(); } /** * 学历认证 * @return mixed */ public function education() { return $this->fetch(); } /** * 职位认证 * @return mixed */ public function position() { return $this->fetch(); } }