1 2 3 4 5 6 7 8 9 10 11
// pub mod common; mod helper; // pub mod batch; pub mod json; // pub const URL_BASE: &str = "http://ip-api.com"; pub const URL_BASE_PRO: &str = "https://pro.ip-api.com";