lidongdong
2024-04-01 2e9d7065dc4c7801af901946220bc0988d26f21d
修改西区uu洗车登录接口500  2
1个文件已修改
9 ■■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/java/com/panzhihua/service_user/service/impl/UserServiceImpl.java 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/java/com/panzhihua/service_user/service/impl/UserServiceImpl.java
@@ -3495,7 +3495,7 @@
        String str="";
        if(!StringUtils.isEmpty(uuLoginVO.getProvince()))
        {
            str=str+"province=" + uuLoginVO.getProvince();
            str=str+"&province=" + uuLoginVO.getProvince();
        }
@@ -3515,11 +3515,12 @@
        }
//        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 = HttpClientUtil.get("https://uu-api.imashuo.com/member/wx/get-access?" + str +
                "&appid=" + appId +
        String resultJson = HttpClientUtil.get("https://uu-api.imashuo.com/member/wx/get-access?" +
                "appid=" + appId +
                "&timestamp=" + uuLoginVO.getTimestamp() +
                "&sign=" + uuLoginVO.getSign() +
                "&mobile=" + uuLoginVO.getMobile() ,
                "&mobile=" + uuLoginVO.getMobile() +
                        str  ,
                headerMap, null);
        JSONObject result = JSON.parseObject(resultJson);
        if (result.get("status").equals(1)) {