mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-07 03:22:08 +08:00
add countrycode for cellphone check
This commit is contained in:
@ -2,7 +2,8 @@
|
||||
|
||||
module.exports = (query, request) => {
|
||||
const data = {
|
||||
cellphone: query.phone
|
||||
cellphone: query.phone,
|
||||
countrycode: query.countrycode
|
||||
};
|
||||
return request(
|
||||
'POST',
|
||||
|
Reference in New Issue
Block a user