Commit 1bbbf15f authored by liqin's avatar liqin 💬

bug fixed

parent 91b69c71
...@@ -143,7 +143,7 @@ public class AssetController extends BaseController { ...@@ -143,7 +143,7 @@ public class AssetController extends BaseController {
} }
@ApiOperation(value = "导出所有机顶盒的文件加密密钥", notes = "导出所有机顶盒的文件加密密钥") @ApiOperation(value = "导出所有机顶盒的文件加密密钥", notes = "导出所有机顶盒的文件加密密钥")
@PostMapping("/downloadCipher") @GetMapping("/downloadCipher")
@RequiresAuthentication @RequiresAuthentication
@MethodLog(operModule = OperModule.VIDEOREMIT, operType = OperType.VIDEO_EXPORT) @MethodLog(operModule = OperModule.VIDEOREMIT, operType = OperType.VIDEO_EXPORT)
public void downloadCipher(HttpServletResponse response) throws IOException { public void downloadCipher(HttpServletResponse response) throws IOException {
......
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