From 73e053e2a90fcadea5614c6e2c57b68b4f0aa361 Mon Sep 17 00:00:00 2001 From: liuxiaohua Date: Tue, 17 Jun 2025 18:01:08 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20[2025-06-17]=20=E5=88=86=E4=BA=AB?= =?UTF-8?q?=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 文档/技术分享/20250610-基础服务使用技术分享.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/文档/技术分享/20250610-基础服务使用技术分享.md b/文档/技术分享/20250610-基础服务使用技术分享.md index d09749c..0038264 100644 --- a/文档/技术分享/20250610-基础服务使用技术分享.md +++ b/文档/技术分享/20250610-基础服务使用技术分享.md @@ -49,8 +49,13 @@ ### IDEA 一些小工具 #### HttpClient(旧版本不推荐,新版本推荐) -```http request +```shell +POST http://localhost:80/api/item +Content-Type: application/json +{} + +### ``` #### Markdown 文件代码块使用