1、平台多ApiKey支持
2、平台号码跟系统号码对比自动续费
This commit is contained in:
@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user