From b0d124029b427ead63bb6c6517d911b65fff3f7a Mon Sep 17 00:00:00 2001
From: qwj <qwjzorro@163.com>
Date: 星期一, 31 七月 2023 09:11:11 +0800
Subject: [PATCH] 文件上传下载服务
---
DocumentServiceAPI.Web.Entry/HomeController.cs | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/DocumentServiceAPI.Web.Entry/HomeController.cs b/DocumentServiceAPI.Web.Entry/HomeController.cs
index 7b98c19..3dda75f 100644
--- a/DocumentServiceAPI.Web.Entry/HomeController.cs
+++ b/DocumentServiceAPI.Web.Entry/HomeController.cs
@@ -2,10 +2,17 @@
namespace DocumentServiceAPI.Web.Entry
{
+ /// <summary>
+ /// 娴嬭瘯
+ /// </summary>
[ApiDescriptionSettings("Group1")]
[Route("api/[controller]")]
public class HomeController : ControllerBase
{
+ /// <summary>
+ /// 娴嬭瘯
+ /// </summary>
+ /// <returns></returns>
[HttpGet("aaa")]
public IActionResult aaa()
{
--
Gitblit v1.9.1