浏览代码

修复异常

qinchaoyue 1 月之前
父节点
当前提交
7254477cf1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Hotline.Api/Controllers/Snapshot/BiSnapshotController.cs

+ 1 - 1
src/Hotline.Api/Controllers/Snapshot/BiSnapshotController.cs

@@ -271,7 +271,7 @@ public class BiSnapshotController : BaseController
     /// <param name="dto"></param>
     /// <param name="dto"></param>
     /// <returns></returns>
     /// <returns></returns>
     [HttpGet("industry-statistics")]
     [HttpGet("industry-statistics")]
-    public async Task<IndustryStatisticsOutDto> IndustryStatisticsAsync([FromQuery] IndustryStatisticsInDto dto)
+    public async Task<IndustryStatisticsOutDto> GetIndustryStatisticsAsync([FromQuery] IndustryStatisticsInDto dto)
     {
     {
         var areaCode = _appOptions.Value.AreaCode;
         var areaCode = _appOptions.Value.AreaCode;
         return new IndustryStatisticsOutDto
         return new IndustryStatisticsOutDto