mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-05-23 22:37:41 +08:00
commit
bd89b97aea
@ -46,6 +46,11 @@ module.exports = async (query, request) => {
|
|||||||
realIP: query.realIP,
|
realIP: query.realIP,
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
} else if (error.body.code === 521) {
|
||||||
|
return {
|
||||||
|
status: 200,
|
||||||
|
body: error.body,
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user