管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2023-02-19 5a6e173298a10b22285b67044fa29ab96e22ef22
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());