mirror of
https://github.com/lanyeeee/bilibili-video-downloader.git
synced 2026-09-05 07:27:42 +08:00
fix: 修复CheeseInfo中的my_bp字段为小数时导致的json解析错误问题
This commit is contained in:
@@ -172,7 +172,7 @@ pub struct PaidJump {
|
||||
pub struct Payment {
|
||||
pub bp_enough: i64,
|
||||
pub desc: String,
|
||||
pub my_bp: i64,
|
||||
pub my_bp: f64,
|
||||
pub pay_shade: String,
|
||||
pub price: f64,
|
||||
pub price_format: String,
|
||||
|
||||
Reference in New Issue
Block a user