1、自动续费

This commit is contained in:
2025-07-28 18:15:40 +08:00
parent f552188ff9
commit 426a79da49
23 changed files with 921 additions and 29 deletions

View File

@ -0,0 +1,8 @@
package global
//ConfigKey
const (
流量代理有效天数 = "traffic_proxy_effective_day"
长效号码续费标准 = "long_number_renew_deduction_standard"
长效IP续费kk扣除标准 = "ip_renew_deduction_standard"
)