weworkapi_golang
weworkapi_golang copied to clipboard
签名检验bug
calSignature函数中 fmt.Sprintf("%x", sha.Sum(nil)) 应该改成 fmt.Sprintf("%02x", sha.Sum(nil))