vince
2024-01-27 facc0ea3fa37091a98aa1e0a0d1081fd32fba28e
src/main/java/com/fzzy/protocol/weightyh/GatewaySyncWeightImplHttp.java
@@ -50,6 +50,10 @@
            log.debug("--HTTP-WEIGHT-请求返回--{}", responseText);
            if(StringUtils.isEmpty(responseText)) {
                return new BaseResp(500, "后台执行失败");
            }
            JSONObject resp;
            String jsonStr;
            //说明是JSONP格式-jsonpCallback({"content":""})