1、平台多ApiKey支持
2、平台号码跟系统号码对比自动续费
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
package global
|
||||
|
||||
const (
|
||||
// TextVerified Token
|
||||
TextVerifiedToken = "TextVerifiedToken"
|
||||
// TextVerified Token {apiKey}
|
||||
TextVerifiedToken = "TextVerifiedToken:%s"
|
||||
)
|
||||
|
||||
6
common/rediskey/sms-platform-key.go
Normal file
6
common/rediskey/sms-platform-key.go
Normal file
@ -0,0 +1,6 @@
|
||||
package rediskey
|
||||
|
||||
const (
|
||||
//平台key
|
||||
SmsPlatformKey = "sms_platform_key:%s"
|
||||
)
|
||||
Reference in New Issue
Block a user