fix: 修复CheeseInfo中的my_bp字段为小数时导致的json解析错误问题

This commit is contained in:
lanyeeee
2026-08-18 05:48:23 +08:00
parent 4aa8e7c032
commit 7fd3b1c676
+1 -1
View File
@@ -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,