修改文件下载方式

parent db5e2f74
......@@ -530,7 +530,7 @@ public ApiResponse Reserved([FromBody] ReservedRequest request)
/// </summary>
/// <returns></returns>
[Route("current/download")]
[HttpPost]
[HttpGet]
[AllowAnonymous]
public IActionResult DownloadCurrentCalculationTable([FromBody] AllotRequest request)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment