9 lines
241 B
Go
9 lines
241 B
Go
|
|
package global
|
||
|
|
|
||
|
|
//ConfigKey
|
||
|
|
const (
|
||
|
|
流量代理有效天数 = "traffic_proxy_effective_day"
|
||
|
|
长效号码续费标准 = "long_number_renew_deduction_standard"
|
||
|
|
长效IP续费kk扣除标准 = "ip_renew_deduction_standard"
|
||
|
|
)
|