1pub mod free; 2 3/// Token请求头 4pub(crate) const HEADER_TOKEN_KEY: &'static str = "token"; 5/// API请求前缀 6pub(crate) const DEFAULT_BASE_URL: &'static str = "https://www.jx3api.com/data";