Browse Source

修改路由地址

develop
胡超1 2 years ago
parent
commit
40084c5184
  1. 2
      24Hour/Controllers/Common/LawyerArchivesController.cs

2
24Hour/Controllers/Common/LawyerArchivesController.cs

@ -1232,7 +1232,7 @@ namespace _24Hour.Controllers.Common
return result;
}
[HttpPost]
[Route("PackegLawyerArchivesInfo")]
[Route("ExportLawyerArchivesInfo")]
public async Task<Result> ExportLawyerArchivesInfo(IEnumerable<string> ids)
{
var lawyerarchives = await _db.Queryable<App_LawyerServicesModel>()

Loading…
Cancel
Save