1、新接textverified
This commit is contained in:
@ -2,9 +2,16 @@ package global
|
||||
|
||||
//ConfigKey
|
||||
const (
|
||||
TrafficProxyEffectiveDay = "traffic_proxy_effective_day" //流量代理有效天数
|
||||
LongNumberRenewDeductionStandard = "long_number_renew_deduction_standard" //长效号码续费标准
|
||||
IPRenewDeductionStandard = "ip_renew_deduction_standard" //长效IP续费kk扣除标准
|
||||
//流量代理有效天数
|
||||
TrafficProxyEffectiveDay = "traffic_proxy_effective_day"
|
||||
//短期号码扣除标准
|
||||
ShortNumberDeductionStandard = "number_fee_short_term"
|
||||
//长效号码扣除标准
|
||||
LongNumberDeductionStandard = "number_fee_long_term"
|
||||
//长效号码续费标准
|
||||
LongNumberRenewDeductionStandard = "long_number_renew_deduction_standard"
|
||||
//长效IP续费kk扣除标准
|
||||
IPRenewDeductionStandard = "ip_renew_deduction_standard"
|
||||
|
||||
ProxyExpiryTime = "proxy_expiry_time" //代理过期记录保留时长
|
||||
SmsExpiryTime = "sms_expiry_time" //接码过期记录保留时长
|
||||
|
||||
7
common/global/sms_services.go
Normal file
7
common/global/sms_services.go
Normal file
@ -0,0 +1,7 @@
|
||||
package global
|
||||
|
||||
//短效平台code 字典【sms_platform】
|
||||
const (
|
||||
SmsPlatformDaisysms = "daisysms"
|
||||
SmsPlatformTextVerified = "textverified"
|
||||
)
|
||||
6
common/global/text_verified.go
Normal file
6
common/global/text_verified.go
Normal file
@ -0,0 +1,6 @@
|
||||
package global
|
||||
|
||||
const (
|
||||
// TextVerified Token
|
||||
TextVerifiedToken = "TextVerifiedToken"
|
||||
)
|
||||
Reference in New Issue
Block a user