用sessionkey对空字符串签名得到的结果。即 signature ,是以下哪种?文档没写清楚
- base64Decode 后的 sessionKey, 对空串进行hmac SHA256签名后的 大写 hexString
- base64Decode 后的 sessionKey, 对空串进行hmac SHA256签名后的 小写 hexString
- base64Decode 后的 sessionKey, 对空串进行hmac SHA256签名后的 base64String
- 原 sessionKey ,对空串进行hmac SHA256签名后的 大写 hexString
- 原 sessionKey ,对空串进行hmac SHA256签名后的 小写 hexString
- 原 sessionKey ,对空串进行hmac SHA256签名后的 base64String
你好。第5种。
同样会报错
这个signature,您是怎么得到的?我这一直就是:
文档写的我这php这样处理的: hash_hmac('sha256', '', 'session_key' );
errcode: 87009,
errmsg: "invalid signature rid: 63e0625b-46a40fb2-16bcd8bd"