From df72ef06fda0f8151ad8baa4843ea78cf8c4b49f Mon Sep 17 00:00:00 2001 From: F4NNIU Date: Wed, 9 Sep 2020 09:22:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=20Http=20=E8=AF=B7=E6=B1=82?= =?UTF-8?q?=E7=B1=BB=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/fast/Http.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extend/fast/Http.php b/extend/fast/Http.php index c4f25cd56..81f2b1758 100644 --- a/extend/fast/Http.php +++ b/extend/fast/Http.php @@ -3,7 +3,7 @@ namespace fast; /** - * 字符串类 + * Http 请求类 */ class Http { -- Gitee