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

@ -5,11 +5,11 @@ module.exports = (query, request) => {
nickname: query.nickname
};
return request(
"POST",
'POST',
`http://music.163.com/eapi/activate/initProfile`,
data,
{
crypto: "eapi",
crypto: 'eapi',
cookie: query.cookie,
proxy: query.proxy,
url: '/api/activate/initProfile'