模版下载接口

This commit is contained in:
fl 2025-04-29 18:24:52 +08:00
parent 857b6c9bee
commit 3bedec4993
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ public class SouthController extends BaseController {
*/
@ApiOperation(value = "南网模版下载")
// @PreAuthorize("@ss.hasPermi('key:people:add')")
@PostMapping("/downloadEpcTemp")
@PostMapping("/downloadSouthTemp")
public void downloadSouthTemp(HttpServletRequest request, HttpServletResponse response, @RequestBody TbGwModelDto o) {
try {
service.downloadSouthTemp(request, response, o);