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 2c6910c commit ffcb8fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ interface KuGouApiService {
* 获取歌曲详细信息(带歌词)
*/
@GET("yy/index.php?r=play/getdata")
fun getTingSongInfo(@Url hash: String): Observable<KugouSongInfo>
fun getTingSongInfo(@Query("hash") hash: String): Observable<KugouSongInfo>

}

0 comments on commit ffcb8fa

Please sign in to comment.