qinchaoyue 1 månad sedan
förälder
incheckning
7254477cf1
1 ändrade filer med 1 tillägg och 1 borttagningar
  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>
     /// <returns></returns>
     [HttpGet("industry-statistics")]
-    public async Task<IndustryStatisticsOutDto> IndustryStatisticsAsync([FromQuery] IndustryStatisticsInDto dto)
+    public async Task<IndustryStatisticsOutDto> GetIndustryStatisticsAsync([FromQuery] IndustryStatisticsInDto dto)
     {
         var areaCode = _appOptions.Value.AreaCode;
         return new IndustryStatisticsOutDto