update User Reading Data
更新用户书本阅读数据
Since
Api 2
Parameters
id
需要更新的书本id
Samples
bookRepositoryApi.updateUserReadingData("ciallo") {
it.apply {
this.readingProgress = 1f
}
}Content copied to clipboard
更新用户书本阅读数据
Api 2
需要更新的书本id
bookRepositoryApi.updateUserReadingData("ciallo") {
it.apply {
this.readingProgress = 1f
}
}