tangjiang 7 months ago
parent
commit
507f45826b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Hotline.Api/Controllers/DataSharingController.cs

+ 1 - 1
src/Hotline.Api/Controllers/DataSharingController.cs

@@ -302,7 +302,7 @@ namespace Hotline.Api.Controllers
         /// 查询热点分类
         /// </summary>
         /// <returns></returns>
-        [HttpPost("get_accept_type_list")]
+        [HttpPost("get_hotspot_statistics_list")]
         [AllowAnonymous]
         public async Task<object> GetHotspotStatistics()
         {