fix mine
This commit is contained in:
parent
17a02ea47e
commit
70e7a113e6
22 changed files with 967 additions and 285 deletions
|
@ -39,13 +39,6 @@ if (!sjcl.codec.bytes) {
|
|||
};
|
||||
}
|
||||
|
||||
// 微信小程序原生 createHMAC 接口映射表
|
||||
const HASH_ALGORITHMS = {
|
||||
SHA1: 'sha1',
|
||||
SHA256: 'sha256',
|
||||
SHA512: 'sha512'
|
||||
};
|
||||
|
||||
/**
|
||||
* 生成 HMAC-SHA1/SHA256/SHA512 值
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue