first commit

This commit is contained in:
2026-07-23 09:40:36 +08:00
commit 090abf48fa
989 changed files with 145728 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<?php
// +----------------------------------------------------------------------
// | 阿里云短信配置
// +----------------------------------------------------------------------
return [
'access_key_id' => 'xxxxxxxxxxxxxxxxxxxxxxx',
'access_key_secret' => 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
'sign_name' => 'xxxxxxxxxxxxx', // 短信签名
'region_id' => 'cn-hangzhou', // 固定值,除非特殊要求
];