mirror of
https://github.com/silenceper/wechat.git
synced 2026-02-13 09:12:27 +08:00
Merge branch 'release-2.0' of github.com:hb1707/wechat into release-2.0
# Conflicts: # work/externalcontact/client.go # work/oauth/oauth.go # work/work.go
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
||||
"sort"
|
||||
)
|
||||
|
||||
//Signature sha1签名
|
||||
// Signature sha1签名
|
||||
func Signature(params ...string) string {
|
||||
sort.Strings(params)
|
||||
h := sha1.New()
|
||||
|
||||
Reference in New Issue
Block a user