修复候选池风险等级二进制缓存
This commit is contained in:
@@ -208,7 +208,7 @@ pub struct CandidateEligibility {
|
|||||||
pub allow_sell: bool,
|
pub allow_sell: bool,
|
||||||
pub is_kcb: bool,
|
pub is_kcb: bool,
|
||||||
pub is_one_yuan: bool,
|
pub is_one_yuan: bool,
|
||||||
#[serde(default, skip_serializing_if = "Option::is_none")]
|
#[serde(default)]
|
||||||
pub risk_level_code: Option<String>,
|
pub risk_level_code: Option<String>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user