Skip to content

Commit

Permalink
chore: 代码注释调整 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnieXu authored Jul 20, 2023
1 parent a1c0b24 commit 8887381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sign.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export function createSign(data, appKey) {
* @param {Object} data 请求数据对象
* @param {string} appKey 加密秘钥
* @param {Object} options
* @param {string} options.signKey default: 'sign
* @param {string} options.signKey default: 'sign'
* @return {boolean} isVerified
*/
export function verifySign(data, appKey, {
Expand Down

1 comment on commit 8887381

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟡 Statements 61.56% 530/861
🟡 Branches 62.73% 101/161
🟡 Functions 65.28% 94/144
🟡 Lines 61.75% 473/766

Test suite run success

31 tests passing in 5 suites.

Report generated by 🧪jest coverage report action from 8887381

Please sign in to comment.