0
我正在使用它發送圖像,但它只接受URL。我如何設置本地圖像?如何在JSON/Android中設置圖像的URI
JSONObject media = new JSONObject();
media.put("type", "image");
media.put("src", "URL");
media.put("href", "http://meadjohnsonasia.com.my/mobileapp");
attachment.put("media", new JSONArray().put(media));