lidongdong
2024-04-01 d375a09ffb97bacc1bfc40d6c02819d9c1902865
springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/java/com/panzhihua/service_user/service/impl/UserServiceImpl.java
@@ -3489,7 +3489,7 @@
        } catch (Exception e) {
            e.printStackTrace();
        }
        Map<String, Object> headerMap = new HashMap<>();
        Map<String, String> headerMap = new HashMap<>();
        headerMap.put("appid", appId);
        String str="https://uu-api.imashuo.com/member/wx/get-access?"+ "appid=" + appId +
@@ -3521,7 +3521,7 @@
//        String resultJson = HttpClientUtil.get("https://uu-api.imashuo.com/member/wx/get-acces.s?province=" + uuLoginVO.getProvince() + "&city=" + uuLoginVO.getCity() + "&area=" + uuLoginVO.getArea() + "&appid=" + appId + "&timestamp=" + uuLoginVO.getTimestamp() + "&sign=" + uuLoginVO.getSign() + "&mobile=" + uuLoginVO.getMobile() + "&couponId=" + uuLoginVO.getCouponId(), headerMap, null);
        String resultJson = null;
        try {
            resultJson = HttpClientUtil.sendGet(str);
            resultJson = HttpClientUtil.getUU(str,headerMap,null);
        } catch (Exception e) {
            e.printStackTrace();
        }