How to change body in OkHttp Response? Add this MediaType contentType = response.body().contentType(); ResponseBody body = ResponseBody.create(contentType, ...
確定! 回上一頁