Commit 30c73c61 by lcx

文件下载去除token验证

parent 440f21f2
......@@ -412,7 +412,8 @@ public ApiResponse Schedule([FromBody] log_dbug request)
}
[Route("extract/income/{allotId}")]
[HttpPost]
[AllowAnonymous]
[HttpGet]
public IActionResult ExtractIncome(int allotId)
{
string filepath = extractIncomeService.Execture(allotId);
......
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