取消指定URL的HTTP请求
Future<String?> cancelRequestWithURL(Map<String, String> map) { return NetworkPlatform.instance.cancelRequestWithURL(map); }