Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
GuoyiZhang committed Feb 24, 2020
1 parent e1b7292 commit 487d3d8
Show file tree
Hide file tree
Showing 12 changed files with 91 additions and 309 deletions.
Binary file removed .idea/caches/build_file_checksums.ser
Binary file not shown.
16 changes: 0 additions & 16 deletions .idea/checkstyle-idea.xml

This file was deleted.

116 changes: 0 additions & 116 deletions .idea/codeStyles/Project.xml

This file was deleted.

4 changes: 0 additions & 4 deletions .idea/encodings.xml

This file was deleted.

21 changes: 0 additions & 21 deletions .idea/gradle.xml

This file was deleted.

85 changes: 0 additions & 85 deletions .idea/markdown-navigator.xml

This file was deleted.

3 changes: 0 additions & 3 deletions .idea/markdown-navigator/profiles_settings.xml

This file was deleted.

44 changes: 0 additions & 44 deletions .idea/misc.xml

This file was deleted.

12 changes: 0 additions & 12 deletions .idea/runConfigurations.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.cyl.musicapi.kugou

import com.cyl.musicapi.baidu.BaiduSearchMergeInfo
import io.reactivex.Observable
import retrofit2.http.GET
import retrofit2.http.Query
Expand All @@ -19,6 +18,6 @@ interface KuGouApiService {
@GET("api/v3/search/song?format=json")
fun queryMerge(@Query("keyword") keyword: String,
@Query("page") page: Int,
@Query("pagesize") pagesize: Int): Observable<BaiduSearchMergeInfo>
@Query("pagesize") pagesize: Int): Observable<KugouSearchMergeInfo>

}
Loading

0 comments on commit 487d3d8

Please sign in to comment.