lidongdong
2024-10-28 d646d5839bcdc7b99c464d7be8167c38cb0a9ac5
花城 修改金汇手环设置sos号码接口更新
1个文件已修改
3 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/community_backstage/src/main/java/com/panzhihua/community_backstage/api/BraceletApi.java 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/community_backstage/src/main/java/com/panzhihua/community_backstage/api/BraceletApi.java
@@ -205,7 +205,8 @@
        allMap.put("dataInfo",phone);
        String resultJson = HttpClientUtil.sendPostByJson("http://apps.jkez.net/openapi/mobile/saveDeviceSet", JSON.toJSONString(allMap),
//        String resultJson = HttpClientUtil.sendPostByJson("http://apps.jkez.net/openapi/mobile/saveDeviceSet", JSON.toJSONString(allMap),
        String resultJson = HttpClientUtil.sendPostByJson("http://v3frame.jkez.cn/v3openapi/mobile/saveDeviceSet", JSON.toJSONString(allMap),
                0,null,null);
        JSONObject result = JSON.parseObject(resultJson);