Files
OA/config/aliyun.php
T
2026-07-23 09:40:36 +08:00

12 lines
448 B
PHP

<?php
// +----------------------------------------------------------------------
// | 阿里云短信配置
// +----------------------------------------------------------------------
return [
'access_key_id' => 'xxxxxxxxxxxxxxxxxxxxxxx',
'access_key_secret' => 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
'sign_name' => 'xxxxxxxxxxxxx', // 短信签名
'region_id' => 'cn-hangzhou', // 固定值,除非特殊要求
];