think-captcha
think-captcha copied to clipboard
修改function captcha()的方法返回声明
修改function captcha()的方法返回声明,因 src/Captcha.php 中create会返回Response|array两种类型,使用时报错。
解决config文件如下,api调用时报错。 return [ // 是否采用API模式生成 'api' => true, ];