From 8b0b73b3a22d385b48533ee03b1157bf7f4a7d40 Mon Sep 17 00:00:00 2001 From: lqyan Date: Mon, 19 Feb 2024 16:04:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8=E6=96=87=E6=A1=A3=E5=AE=8C?= =?UTF-8?q?=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 202bbd4..2f9d70c 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,7 @@ public class DemoUserSDK { /** * JHApiClient 是一个HTTP连接池,开发者需要复用 * 其中https://192.168.87.25/appform为景行API服务的地址 + * 注意: JHApiClient为内置的http连接池,系统只需要初始化一份即可(单例调用)。 */ private static final JHApiClient client = JHApiClient.build("https://192.168.87.25/appform");