From 30ce3d5174a79e106fd0b1a905d10e3d7de63842 Mon Sep 17 00:00:00 2001 From: wanggaofeng <15601716045@163.com> Date: Wed, 31 Jan 2024 20:01:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Docs/说明.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Docs/说明.md b/Docs/说明.md index a51c8d7..3bcc8aa 100644 --- a/Docs/说明.md +++ b/Docs/说明.md @@ -1,2 +1,10 @@ -HttpClientѧϰ -============== \ No newline at end of file +HttpClient 学习项目 +================== +注意: ++ 启动单元测试前,先启动“HttpClientStudy.WebApp”WebApi项目 + + ```cmd + # 命令行启动WebAPI项目 + dotnet run + ``` +## 其它