mirror of
https://github.com/silenceper/wechat.git
synced 2026-02-12 16:52:28 +08:00
improve comment ,参考:https://github.com/huacnlee/autocorrect
This commit is contained in:
@@ -7,7 +7,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