|
@@ -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
|