Browse Source

修改方法UpdateLawyerArchives为post

develop
胡超1 1 year ago
parent
commit
9425634c12
  1. 2
      24Hour/Controllers/Common/LawyerArchivesController.cs

2
24Hour/Controllers/Common/LawyerArchivesController.cs

@ -506,7 +506,7 @@ namespace _24Hour.Controllers.Common
/// </summary>
/// <param name="info"></param>
/// <returns></returns>
[HttpPut]
[HttpPost]
[Route("UpdateLawyerArchives")]
public async Task<Result> UpdateLawyerArchives(LawyerArchivesDto Lawyerdata)
{

Loading…
Cancel
Save