package config
type MyConfigStruct struct {
Visit string `json:"visit"`
AppKey string `json:"appKey"`
}