mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-06 22:52:07 +08:00
add eslint
This commit is contained in:
@ -5,12 +5,12 @@ module.exports = (query, request) => {
|
||||
captcha: query.captcha,
|
||||
phone: query.phone,
|
||||
oldcaptcha: query.oldcaptcha,
|
||||
ctcode: query.ctcode || "86"
|
||||
ctcode: query.ctcode || '86'
|
||||
};
|
||||
return request(
|
||||
"POST",
|
||||
'POST',
|
||||
`https://music.163.com/api/user/replaceCellphone`,
|
||||
data,
|
||||
{ crypto: "weapi", cookie: query.cookie, proxy: query.proxy }
|
||||
{ crypto: 'weapi', cookie: query.cookie, proxy: query.proxy }
|
||||
);
|
||||
};
|
||||
|
Reference in New Issue
Block a user