请问签名sign参数究竟怎么计算?阅读过手册计算总是不对。 #7885
Replies: 1 comment
-
我找到原因了,抄的网友给出的
PS. 传参进去的路径要以 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
我已经阅读了 https://alist.nn.ci/zh/guide/drivers/common.html#%E4%B8%8B%E8%BD%BD%E4%BB%A3%E7%90%86-url 里面的介绍并尝试用js测试:
HMAC函数是抄的SO里的一篇回答。
无论我怎么测试,data的路径前面加”d/“还是以”/“开头、加上服务器地址、url是否编码等等排列组合都试过了,编码我也确认过了所有环境均为UTF-8,死活算不出和服务器一样的结果,我不会go语言,求助大佬sign究竟是怎么计算的?
Beta Was this translation helpful? Give feedback.
All reactions