http post setEntity使用robospice SpringAndroid

时间:2015-11-17 05:13:03

标签: android http http-post retrofit robospice

我最近从robospice迁移到SpringAndroidSpice网络库,我想用SpringAndroidSpice替换这个httpost集实体。我怎么能这样做。

        JSONObject jsonObject = new JSONObject();
        jsonObject.put("childId", childId);

        HttpPost httpPost = new HttpPost(url);
        StringEntity entity = new StringEntity(jsonObject.toString());
        httpPost.setEntity(entity);

0 个答案:

没有答案