feat:完善项目
This commit is contained in:
@ -56,15 +56,6 @@ type Setting struct {
|
||||
IdleTimeout int `yaml:"idle_timeout"`
|
||||
}
|
||||
|
||||
// Config 配置
|
||||
Config struct {
|
||||
VipPrice float64 `yaml:"vip_price"`
|
||||
Wechat struct {
|
||||
AppID string `json:"appid"`
|
||||
AppSecret string `yaml:"appsecret"`
|
||||
} `yaml:"wechat"`
|
||||
}
|
||||
|
||||
// Rate 限流器
|
||||
Rate struct {
|
||||
Limit int `yaml:"limit"`
|
||||
|
Reference in New Issue
Block a user