pub fn persist_platform_websigs(
account: &str,
user_id: u64,
web_sig: &str,
moomoo_web_sig: &str,
) -> Result<(), WebSigPersistenceError>Expand description
Persist the Platform tickets returned by CMD1013 without replacing the
rest of the account credential record.