修复使用酷狗码无法打开某些类型的歌单的问题

This commit is contained in:
lyswhut 2023-02-26 16:59:45 +08:00
parent 45c36d802c
commit fafb45d8c7
2 changed files with 5 additions and 0 deletions

View File

@ -24,6 +24,10 @@
- 重构整个程序重新梳理了程序逻辑使其更容易扩展及维护将大部分代码从JavaScript迁移到TypeScript
- 重写配置管理、列表管理功能使其与PC端同步更容易复用PC端的代码
### 修复
- 修复使用酷狗码无法打开某些类型的歌单的问题
### 其他
- 升级React Native到v0.70.7

View File

@ -230,6 +230,7 @@ export default {
// console.log(songInfo)
let songList
let info = songInfo.info
if (info.global_collection_id) return this.getUserListDetail2(info.global_collection_id)
if (info.userid != null) {
songList = await this.createHttp('http://www2.kugou.kugou.com/apps/kucodeAndShare/app/', {
method: 'POST',