mirror of
https://github.com/czp3009/bilibili-api.git
synced 2025-02-19 20:50:28 +08:00
修改首页->推荐API
This commit is contained in:
parent
229c229ec7
commit
a14640a31a
@ -5,7 +5,7 @@
|
||||
|
||||
# 使用
|
||||
```groovy
|
||||
compile group: 'com.hiczp', name: 'bilibili-api', version: '0.1.4'
|
||||
compile group: 'com.hiczp', name: 'bilibili-api', version: '0.2.0'
|
||||
```
|
||||
|
||||
# 技术说明
|
||||
|
@ -16,7 +16,7 @@ buildscript {
|
||||
}
|
||||
|
||||
group = 'com.hiczp'
|
||||
version = '0.1.4'
|
||||
version = '0.2.0'
|
||||
description = 'Bilibili Android client API library for Kotlin'
|
||||
|
||||
apply plugin: 'kotlin'
|
||||
|
@ -53,7 +53,7 @@ interface AppAPI {
|
||||
@Query("ad_extra") adExtra: String? = null,
|
||||
@Query("autoplay_card") autoplayCard: Int = 0,
|
||||
@Query("banner_hash") bannerHash: String? = null,
|
||||
@Query("column") column: Int = 2,
|
||||
@Query("column") column: Int = 3,
|
||||
@Query("device_type") deviceType: Int = 0,
|
||||
@Query("flush") flush: Int = 0,
|
||||
@Query("fnval") fnVal: Int = 16,
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user