管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2022-11-16 d5d2e797af39715d479aa78d48a251ed1940acad
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) {