bluetoothswh / AlidySms

新版阿里大于短信接口的laravel5.5组件
21 stars 6 forks source link

通过此包请求阿里SMS出现 params must be [a-zA-Z0-9] for verification sms #2

Open Frewen opened 6 years ago

Frewen commented 6 years ago

wechatimg4101

通过逐步调试发现 vendor/laramall/aliyun-dysms/src/Sms.php 83行 "product"=>"" 为空导致,我模版里面并没有这个参数。

wx20171226-175805 2x

两个账号测试过,当product为空时, 一个账号能通过, 一个不可以 报 params must be [a-zA-Z0-9] for verification sms

望改进

bluetoothswh commented 6 years ago

已经更新,可以在config/sms.php 中设置 product的值

product =>'dsd'