2018-11-14 短网址转换,使用百度的短网址,不需要注册身份验证既可以使用

使用百度的短网址,不需要注册身份验证既可以使用


        Map map = new HashMap();
        String key = "url";
        String value = "https://www.baidu.com";

        map.put(key, value);

        String param = "";
        try {
            param = JsonUtil.toJson(map);


        } catch (Exception e) {
            e.printStackTrace();
        }
        String url = "https://dwz.cn/admin/create";
        String sendPost = HttpUtil.sendPost(url, param);

        System.out.println(sendPost);

你可能感兴趣的:(2018-11-14 短网址转换,使用百度的短网址,不需要注册身份验证既可以使用)