修改首页->推荐API

This commit is contained in:
duzhaokun123 2020-04-07 20:19:07 +08:00
parent 229c229ec7
commit a14640a31a
4 changed files with 42 additions and 14 deletions

View File

@ -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'
```
# 技术说明

View File

@ -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'

View File

@ -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