Netease cloud params and encSecKey

I want to regularly record Netease Cloud's listening song rankings, and found that the interface has two encryption parameters params and encSecKey for analysis and recording.

insert image description here


The data interface is /weapi/v1/play/record
insert image description here

Find the record by XHR location.
insert image description here

Get the code locally for debugging and completion, the process is relatively simple and will not be described in detail.


The csrf-token is returned by the server, and it can also be empty.
insert image description here


JavaScript code

const jsdom = require("jsdom")

Guess you like

Origin blog.csdn.net/weixin_43582101/article/details/129242195