feat: 完善代理重试机制,添加数据验证告警,新增README文档

This commit is contained in:
shengyudong@yunqueai.net
2026-01-16 18:36:52 +08:00
parent 322ac74336
commit b518e6aacf
55 changed files with 13202 additions and 34781 deletions

15
sms_config.json Normal file
View File

@@ -0,0 +1,15 @@
{
"阿里云配置说明": "请填写您的阿里云短信服务配置",
"access_key_id": "LTAI5tSMvnCJdqkZtCVWgh8R",
"access_key_secret": "nyFzXyIi47peVLK4wR2qqbPezmU79W",
"sign_name": "北京乐航时代科技",
"template_code": "SMS_486210104",
"phone_numbers": "13621242430",
"endpoint": "dysmsapi.aliyuncs.com",
"注意事项": [
"access_key_id 和 access_key_secret 可在 https://ram.console.aliyun.com/manage/ak 获取",
"sign_name 需要在阿里云短信服务控制台申请并通过审核",
"template_code 是短信模板代码,需要在阿里云短信服务控制台申请",
"phone_numbers 可以配置多个手机号,用逗号分隔,如: 13621242430,13800138000"
]
}