1
This commit is contained in:
parent
01b5f6fbe6
commit
a2d4c41a2f
@ -238,6 +238,10 @@ class PullBcEvent extends BaseService {
|
|||||||
return logHead;
|
return logHead;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
async calcHash(data) {
|
||||||
|
return utils.sha1Str(data.toLowerCase().split("").sort().join(''));
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = PullBcEvent;
|
module.exports = PullBcEvent;
|
||||||
|
2
third_party/j7
vendored
2
third_party/j7
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 579d7de1c260822edef5aff0a6e64f9a2228ef6f
|
Subproject commit 90bc1d4fe9d25725c9de657e24b374c481b5e3c3
|
Loading…
x
Reference in New Issue
Block a user