plugin wx getSrv sync

This commit is contained in:
李子铭 2024-07-16 13:53:28 +08:00
parent 95f3f9918e
commit 112d8a6f30
1 changed files with 6 additions and 7 deletions

View File

@ -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",