fix: wechat verify
This commit is contained in:
@@ -67,3 +67,10 @@ func ScopeAuthorizeURLWithForcePopup() ScopeAuthorizeURLOptions {
|
||||
v.Set("forcePopup", "true")
|
||||
}
|
||||
}
|
||||
|
||||
func WithVerifySiteKeyPair(key, value string) Options {
|
||||
return func(we *Client) {
|
||||
we.verifyKey = key
|
||||
we.verifyValue = value
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user