mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-07 00:12:07 +08:00
add eslint
This commit is contained in:
@ -4,10 +4,10 @@ module.exports = (query, request) => {
|
||||
const data = {
|
||||
offset: query.offset || 0,
|
||||
limit: query.limit || 30,
|
||||
total: "true",
|
||||
total: 'true',
|
||||
};
|
||||
return request("POST", `https://music.163.com/api/msg/notices`, data, {
|
||||
crypto: "weapi",
|
||||
return request('POST', `https://music.163.com/api/msg/notices`, data, {
|
||||
crypto: 'weapi',
|
||||
cookie: query.cookie,
|
||||
proxy: query.proxy
|
||||
});
|
||||
|
Reference in New Issue
Block a user