aliyun.php 448 B

1234567891011
  1. <?php
  2. // +----------------------------------------------------------------------
  3. // | 阿里云短信配置
  4. // +----------------------------------------------------------------------
  5. return [
  6. 'access_key_id' => 'xxxxxxxxxxxxxxxxxxxxxxx',
  7. 'access_key_secret' => 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
  8. 'sign_name' => 'xxxxxxxxxxxxx', // 短信签名
  9. 'region_id' => 'cn-hangzhou', // 固定值,除非特殊要求
  10. ];