This commit is contained in:
aozhiwei 2023-07-13 16:40:24 +08:00
parent 01b5f6fbe6
commit a2d4c41a2f
2 changed files with 5 additions and 1 deletions

View File

@ -238,6 +238,10 @@ class PullBcEvent extends BaseService {
return logHead;
}
async calcHash(data) {
return utils.sha1Str(data.toLowerCase().split("").sort().join(''));
}
}
module.exports = PullBcEvent;

2
third_party/j7 vendored

@ -1 +1 @@
Subproject commit 579d7de1c260822edef5aff0a6e64f9a2228ef6f
Subproject commit 90bc1d4fe9d25725c9de657e24b374c481b5e3c3