Skip to content

Commit dbd5167

Browse files
authored
Update README.md
1 parent d966ca6 commit dbd5167

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

README.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1 @@
1-
## 示例Demo
2-
播放周杰伦的歌 :
31

4-
```
5-
qqmusic://qq.com/ns/method?p={"action":"playSpecificSong","songIdList":["403778","5105986","410316","102066257","102065750","102065753","680279","107192078","449205","718477","97761","101091484","102340965","97771","97773","212877900","102340966","102065756","97744","718475"]}
6-
```
7-
8-
9-
## Action类型:
10-
- const val PLAY_SPECIFIC_SONG = "playSpecificSong" // 播放在线歌曲
11-
- const val PLAY_ALBUM = "playAlbum" // 播放在线歌单
12-
- const val PLAY_COLLECT_SONG = "playCollectSong" // 播放收藏歌曲
13-
- const val COLLECT_SONG = "collectSong" // 收藏歌曲
14-
- const val CANCEL_COLLECTED_SONG = "cancelCollectedSong" // 取消收藏歌曲
15-
- const val PLAY_SINGLE_MODE = "playSingleMode" // 单曲循环
16-
- const val PLAY_LIST_MODE = "playListMode" // 顺序播放
17-
- const val PLAY_NEXT = "playNext" // 播放下一首
18-
- const val PLAY_PREV = "playPrev" // 播放上一首
19-
- const val PLAY_PAUSE = "playPause" // 暂停
20-
- const val PLAY_RESUME = "playResume" // 继续
21-
22-
## songIdList
23-
通过OpenAPI进行获取

0 commit comments

Comments
 (0)