package signature type SignatureConf struct { AppSecrets map[string]string ValidWindowSeconds int64 // 默认 300 SkipPrefixes []string }