12345678910111213141516171819202122232425 |
- <?php
- return [
- 'enable' => true,
- //阿里云
- 'aliyun' => [
- 'version' => '2017-05-25',
- 'host' => 'dysmsapi.aliyuncs.com',
- 'scheme' => 'http',
- 'region_id' => 'cn-hangzhou',
- 'access_key' => 'LTAI5tCWfnAtgPEqCcSR2UBX',
- 'access_secret' => 'bh96SnPogRy5EIfDAjOuH7SFzLwEEf',
- 'sign_name' => '万悦悦享家',
- 'actions' => [
- //您的验证码为:${code},请勿泄露于他人!
- 'get_code' => [
- 'actions_name' => '无卡结算',
- 'template_id' => 'SMS_276341489',
- ],
- ],
- ],
- ];
|