plugin wx getSrv sync
This commit is contained in:
parent
95f3f9918e
commit
112d8a6f30
13
cmd/main.go
13
cmd/main.go
|
@ -16,14 +16,13 @@ var conf = &instance.PkgConf{
|
|||
CookieValue: "zltx",
|
||||
}
|
||||
|
||||
type Config struct {
|
||||
AppId string `json:"app_id"`
|
||||
AppKey string `json:"app_key"`
|
||||
BaseUri string `json:"base_uri"`
|
||||
NotifyUrl string `json:"notify_url"`
|
||||
}
|
||||
|
||||
func config() []byte {
|
||||
type Config struct {
|
||||
AppId string `json:"app_id"`
|
||||
AppKey string `json:"app_key"`
|
||||
BaseUri string `json:"base_uri"`
|
||||
NotifyUrl string `json:"notify_url"`
|
||||
}
|
||||
c := &Config{
|
||||
AppId: "23329",
|
||||
AppKey: "8db16e8cc8363ed4eb4c14f9520bcc32",
|
||||
|
|
Loading…
Reference in New Issue