api: "https://api.weixin.qq.com/wxa/business/getuserphonenumber?access_token="+access_token
JSONObject request = new JSONObject();
request.put("code", code);
HttpUtil.post(url, request.toJSONString());
返回:"errcode":47001,"errmsg":"data format error hint:
解决: