think-captcha icon indicating copy to clipboard operation
think-captcha copied to clipboard

修改function captcha()的方法返回声明

Open majiameng opened this issue 1 year ago • 0 comments

修改function captcha()的方法返回声明,因 src/Captcha.php 中create会返回Response|array两种类型,使用时报错。

解决config文件如下,api调用时报错。 return [ // 是否采用API模式生成 'api' => true, ];

majiameng avatar Dec 29 '24 06:12 majiameng