aliyun.php 340 B

12345678910111213141516
  1. <?php
  2. /**
  3. * Created by PhpStorm
  4. * User: 林志杰
  5. * Email: [email protected]
  6. * Time: 2020/1/11 17:47
  7. */
  8. return [
  9. 'host' => 'dysmsapi.aliyuncs.com',
  10. 'access_key_id' => '******',
  11. 'access_key_secret' => '********',
  12. 'region_id' => 'cn-hangzhou',
  13. 'template_code' => 'SMS_180061495',
  14. 'sign_name' => 'singwa商城',
  15. ];