Skip to content

Commit

Permalink
猎聘网,请求头参数X-Fscp-Trace-Id的还原
Browse files Browse the repository at this point in the history
  • Loading branch information
liyf committed Sep 20, 2023
1 parent 2b1f693 commit 13a70b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion liepin/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
- 缺啥补啥,需要注意的是 `new Uint8Array(16)`,参考博客 [js逆向 模拟window.Crypto.getRandomValues](https://blog.csdn.net/Little__Panda/article/details/113566803)
*/


// js逆向 模拟window.Crypto.getRandomValues
function randoms(min, max) {
return Math.floor(Math.random() * (max - min + 1) + min)
Expand Down

0 comments on commit 13a70b5

Please sign in to comment.