add eslint

This commit is contained in:
binaryify
2019-08-16 10:57:31 +08:00
parent 629533e674
commit b98d611989
143 changed files with 1166 additions and 1125 deletions

View File

@ -8,9 +8,9 @@ module.exports = (query, request) => {
total: false
};
return request(
"POST",
'POST',
`https://music.163.com/weapi/event/get/${query.uid}`,
data,
{ crypto: "weapi", cookie: query.cookie, proxy: query.proxy }
{ crypto: 'weapi', cookie: query.cookie, proxy: query.proxy }
);
};