js逆向方法api调用(快手、抖音、wx、hnw、xhs)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
453 B

7 months ago
  1. # nodejs-param
  2. ###nodejs---各个平台逆向参数生成
  3. - kuaishou:js生成参数verifyParam
  4. - api:
  5. - POST: http://x:3000/kuaishou/get_verifyParam
  6. - hnw: js翻译的wasm代码,生成部分参数的中间值
  7. - api:
  8. - GET: http://x:3000/hn/get_signature?nonce={key}
  9. - douyin:js生成参数 __ac_signature
  10. - api:
  11. - GET: http://x:3000/douyin/get_signature?nonce={nonce}
  12. ###代码位置:
  13. `
  14. `
  15. - 启动: pm2 app