src/main/java/com/lf/server/controller/all/FloatServerController.java
@@ -114,6 +114,7 @@ } @GetMapping({"/licenseEncryption/getLicenseSecret"}) @PostMapping({"/licenseEncryption/getLicenseSecret"}) public void getLicenseSecret(HttpServletResponse res) { try { String json = JSON.toJSONString(new SdkSecretEntity()); @@ -124,6 +125,7 @@ } @GetMapping({"/licenseEncryption/getLicenseDecrypt"}) @PostMapping({"/licenseEncryption/getLicenseDecrypt"}) public void getLicenseDecrypt(HttpServletResponse res) { try { String json = JSON.toJSONString(new SdkDecryptEntity());