Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jssdk签名逻辑bug #19

Closed
xiaodpro opened this issue Oct 22, 2021 · 2 comments
Closed

jssdk签名逻辑bug #19

xiaodpro opened this issue Oct 22, 2021 · 2 comments

Comments

@xiaodpro
Copy link
Contributor

return fmt.Sprintf("%x", sha1.Sum(nil)), nil

这一行实际应该是

return fmt.Sprintf("%x", sha1Hash.Sum(nil)), nil
@github-actions
Copy link

🙏, thanks for your issue.

@chyroc
Copy link
Owner

chyroc commented Oct 22, 2021

fixed by #20

@chyroc chyroc closed this as completed Oct 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants