收藏
回答

{"errcode":47001,"errmsg":"data format error rid:?

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: 

回答关注问题邀请回答
收藏

1 个回答

  • 若水
    若水
    12-11

    解决:

    HttpUtil.post(url, request.toJSONString());
    


    12-11
    有用
    回复
登录 后发表内容