toplan / phpsms

:iphone::rocket:Probably the most intelligent, elegant sms send library in php
MIT License
642 stars 130 forks source link

为什么返回成功,却没收到短信! #34

Closed yingzhzh closed 8 years ago

yingzhzh commented 8 years ago

qq 20160316142422 云片啊,配置也不会错,就填了apikey

yingzhzh commented 8 years ago

我配置写在config/phpsms里有不行,写在代码里就可以

toplan commented 8 years ago

你好,根据返回结果来看,系统并没有使用云片代理器YunPian发送短信,而是使用的测试用代理器Log。你需要在config/phpsms的enable键修改LogYunPian

yingzhzh commented 8 years ago

image还是没接收到,刚才phpsms收到了一条,然后我换回laravelsms失败了

toplan commented 8 years ago

laravel-sms默认使用了队列系统的,你可以通过\PhpSms::queue(false)关闭队列系统。如果不关闭,需要监听队列任务php artisan queue:listen

yingzhzh commented 8 years ago

默认应该关闭啊

toplan commented 8 years ago

是的,感谢你的反馈 :smile_cat:

yingzhzh commented 8 years ago

要么在前面部分说明下,要不然测试怎么都不行

toplan commented 8 years ago

Laravel sms已发布2.2.7以修复该问题,再次感谢你的反馈