修复proxy不传递query参数的问题
This commit is contained in:
@@ -7,9 +7,9 @@ import (
|
||||
)
|
||||
|
||||
type OAuth struct {
|
||||
Name string `json:"name"`
|
||||
Appid string `json:"appid"`
|
||||
Secret string `json:"secret"`
|
||||
Name string `yaml:"name"`
|
||||
Appid string `yaml:"appid"`
|
||||
Secret string `yaml:"secret"`
|
||||
}
|
||||
|
||||
type Config struct {
|
||||
|
||||
Reference in New Issue
Block a user