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

@ -0,0 +1,6 @@
package rediskey
const (
//平台key
SmsPlatformKey = "sms_platform_key:%s"
)