create(0); } /** * 核验验证码 * @return true */ public function check(){ return (new CoreCaptchaService())->check(0); } }