管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2022-11-23 c9190af38fd6fd9e71ca7db2b343e3a79f24ff5c
src/main/java/com/lf/server/controller/other/FloatServerController.java
@@ -10,6 +10,7 @@
import org.apache.http.HttpEntity;
import org.apache.http.entity.InputStreamEntity;
import org.apache.http.util.EntityUtils;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@@ -28,7 +29,7 @@
    private static boolean isRedirect = false;
    @RequestMapping({"/checkout/license"})
    @PostMapping({"/checkout/license"})
    public void license(HttpServletRequest req, HttpServletResponse res) {
        try {
            if (isRedirect) {