合并相同接口

This commit is contained in:
chen_10
2021-11-23 15:05:57 +08:00
parent b43c0871ed
commit 873eb58899
3 changed files with 5 additions and 34 deletions

View File

@ -2,7 +2,7 @@
module.exports = (query, request) => {
const data = {
type: query.type || 'song', // song,playlist,mv,djprogramdjradio
type: query.type || 'song', // song,playlist,mv,djprogram,djradio,noresource
msg: query.msg || '',
id: query.id || '',
}