为什么返回成功,却没收到短信!
Closed this issue · 8 comments
yingzhzh commented
yingzhzh commented
我配置写在config/phpsms里有不行,写在代码里就可以
toplan commented
你好,根据返回结果来看,系统并没有使用云片代理器YunPian
发送短信,而是使用的测试用代理器Log
。你需要在config/phpsms的enable
键修改Log
为YunPian
。
yingzhzh commented
toplan commented
laravel-sms默认使用了队列系统的,你可以通过\PhpSms::queue(false)
关闭队列系统。如果不关闭,需要监听队列任务php artisan queue:listen
yingzhzh commented
默认应该关闭啊
toplan commented
是的,感谢你的反馈 😸
yingzhzh commented
要么在前面部分说明下,要不然测试怎么都不行
toplan commented
Laravel sms已发布2.2.7以修复该问题,再次感谢你的反馈