Files
proxy_server/common/global/config_key.go
hucan 7f9101fcac 1、定时删除过期数据
2、默认自动续期
2025-07-29 18:16:12 +08:00

12 lines
504 B
Go

package global
//ConfigKey
const (
TrafficProxyEffectiveDay = "traffic_proxy_effective_day" //流量代理有效天数
LongNumberRenewDeductionStandard = "long_number_renew_deduction_standard" //长效号码续费标准
IPRenewDeductionStandard = "ip_renew_deduction_standard" //长效IP续费kk扣除标准
ProxyExpiryTime = "proxy_expiry_time" //代理过期记录保留时长
SmsExpiryTime = "sms_expiry_time" //接码过期记录保留时长
)