优化用印接口

This commit is contained in:
qitz
2024-01-19 17:21:39 +08:00
parent fd8db54417
commit 3ac12bc2b0
3 changed files with 5 additions and 109 deletions
@@ -75,13 +75,7 @@ public class MsSignSealController extends BaseController {
return AjaxResult.success(list);
}
/**
* test
*/
@PostMapping("/testSeal")
public AjaxResult testSeal(@Validated @RequestBody MsSignSealDTO dto) throws EsignDemoException {
return msSignSealService.testSeal(dto);
}