1、平台多ApiKey支持

2、平台号码跟系统号码对比自动续费
This commit is contained in:
2025-09-11 20:01:00 +08:00
parent baa6552994
commit cbefd85f25
29 changed files with 2762 additions and 180 deletions

View File

@ -223,4 +223,12 @@ func initBusinesses() {
memberApiService.Log = cliProxyService.Log
memberApiService.InitApis()
// 创建SMS平台密钥服务实例并初始化Redis缓存
smsPlatformKey := service.SmsPlatformKey{}
smsPlatformKey.Orm = cliProxyService.Orm
smsPlatformKey.Log = cliProxyService.Log
// 初始化Redis缓存队列
smsPlatformKey.InitQueque()
}

Binary file not shown.