feat:移除音乐绑定接口中的指定服务器地址注释,简化代码结构。
This commit is contained in:
@@ -22,6 +22,5 @@ export function bindMusicToCategory(categoryId, musicIds) {
|
||||
return request({
|
||||
url: `/back/category/bind/${categoryId}/${musicIds.join(',')}`,
|
||||
method: 'put',
|
||||
baseURL: 'http://60.205.107.210:8080' // 使用指定的服务器地址
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user