From eaf6878850c029ac359d60409c7c9fcfa09c1852 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期二, 07 五月 2024 15:24:53 +0800
Subject: [PATCH] 整理
---
smart-starter-http/src/main/java/com/qianwen/core/http/HttpRequest.java | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/smart-starter-http/src/main/java/com/qianwen/core/http/HttpRequest.java b/smart-starter-http/src/main/java/com/qianwen/core/http/HttpRequest.java
index cfdecd0..3416800 100644
--- a/smart-starter-http/src/main/java/com/qianwen/core/http/HttpRequest.java
+++ b/smart-starter-http/src/main/java/com/qianwen/core/http/HttpRequest.java
@@ -43,7 +43,6 @@
import com.qianwen.core.tool.utils.Exceptions;
import com.qianwen.core.tool.utils.Holder;
-/* loaded from: blade-starter-http-9.3.0.0-SNAPSHOT.jar:org/springblade/core/http/HttpRequest.class */
public class HttpRequest {
private static final String DEFAULT_USER_AGENT = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36";
private static final MediaType APPLICATION_JSON = MediaType.parse("application/json;charset=UTF-8");
--
Gitblit v1.9.3