12345678910111213141516 |
- <?php
- /**
- * Created by PhpStorm
- * User: 林志杰
- * Email: [email protected]
- * Time: 2020/1/11 17:47
- */
- return [
- 'host' => 'dysmsapi.aliyuncs.com',
- 'access_key_id' => '******',
- 'access_key_secret' => '********',
- 'region_id' => 'cn-hangzhou',
- 'template_code' => 'SMS_180061495',
- 'sign_name' => 'singwa商城',
- ];
|