realtime($urls); } /** * 推送历史链接 * @access public * @param array $urls URL数组 * @return bool */ public static function history($urls) { return self::init()->history($urls); } /** * 删除链接 * @access public * @param array $urls URL数组 * @return mixed */ public static function delete($urls) { return self::init()->delete($urls); } }