From aeda4bffdc751933e182da5695725bb1363a42b3 Mon Sep 17 00:00:00 2001 From: wtp <1813748440@qq.com> Date: Mon, 13 Mar 2023 14:50:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9F=A5=E8=AF=A2=E5=85=AC?= =?UTF-8?q?=E5=8F=B8=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GDZZ.Application/Service/Company/CompanyService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GDZZ.Application/Service/Company/CompanyService.cs b/GDZZ.Application/Service/Company/CompanyService.cs index 39db40e..1dbd9d0 100644 --- a/GDZZ.Application/Service/Company/CompanyService.cs +++ b/GDZZ.Application/Service/Company/CompanyService.cs @@ -76,7 +76,7 @@ namespace GDZZ.Application /// /// /// - [HttpGet("/Company/detail")] + [HttpGet("/Mini/CompanyDetail")] public async Task Get([FromQuery] QueryeCompanyInput input) { return await _rep.FirstOrDefaultAsync(u => u.Id == input.Id);