From 8f4e808a47f43cc4a4aa02caa45178b21577c829 Mon Sep 17 00:00:00 2001 From: zpc Date: Tue, 2 Sep 2025 11:25:06 +0800 Subject: [PATCH] 33 --- CoreCms.Net.Web.WebApi/Controllers/AdvertController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CoreCms.Net.Web.WebApi/Controllers/AdvertController.cs b/CoreCms.Net.Web.WebApi/Controllers/AdvertController.cs index 8842666..5c41b17 100644 --- a/CoreCms.Net.Web.WebApi/Controllers/AdvertController.cs +++ b/CoreCms.Net.Web.WebApi/Controllers/AdvertController.cs @@ -63,7 +63,7 @@ namespace CoreCms.Net.Web.WebApi.Controllers /// /// 获取广告列表 /// - /// + /// /// [HttpGet] public async Task GetAdvertList([FromQuery] string code)