Skip to content

Commit

Permalink
Update KuGouApiService.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
GuoyiZhang committed Feb 24, 2020
1 parent 9f4c6bf commit 2c6910c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ interface KuGouApiService {
@Query("pagesize") pagesize: Int): Observable<KugouSearchMergeInfo>

/**
* 获取歌曲信息
* 获取歌曲详细信息(带歌词)
*/
@GET("yy/index.php?r=play/getdata")
fun getTingSongInfo(@Url hash: String): Observable<KugouSongInfo>
Expand Down

0 comments on commit 2c6910c

Please sign in to comment.