Files
proxy_server/common/global/config_key.go

9 lines
241 B
Go
Raw Normal View History

2025-07-28 18:15:40 +08:00
package global
//ConfigKey
const (
流量代理有效天数 = "traffic_proxy_effective_day"
长效号码续费标准 = "long_number_renew_deduction_standard"
长效IP续费kk扣除标准 = "ip_renew_deduction_standard"
)