1#[cfg(not(mock))] 2pub const ENDPOINT: &str = "https://push.learningman.top"; 3 4#[cfg(mock)] 5pub const ENDPOINT: &str = "http://127.0.0.1:14444";