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