mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-06 23:02:07 +08:00
修复私信音乐接口出现风险提示的问题 #1016
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
// 私信歌曲
|
||||
|
||||
module.exports = (query, request) => {
|
||||
// query.cookie.os = 'pc'
|
||||
query.cookie.os = 'ios'
|
||||
query.cookie.appver = '7.3.27'
|
||||
const data = {
|
||||
id: query.id,
|
||||
msg: query.msg || '',
|
||||
|
Reference in New Issue
Block a user