src/main/java/com/whyc/controller/InterFaceController.java
@@ -10,6 +10,7 @@ import org.springframework.web.bind.annotation.*; import javax.annotation.Resource; import java.security.NoSuchAlgorithmException; import java.text.ParseException; @RequestMapping("interface") @@ -99,7 +100,7 @@ @GetMapping("/createInterface") @ApiOperation("生成第三方验证码") public Response createInterface(@RequestParam String interfaceName) { public Response createInterface(@RequestParam String interfaceName) throws NoSuchAlgorithmException { return service.createInterface(interfaceName); }