优化调解书签名功能

This commit is contained in:
qitz
2024-01-19 15:50:46 +08:00
parent 9af4469d16
commit dcad0d8634
7 changed files with 216 additions and 3 deletions
@@ -75,7 +75,13 @@ 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);
}