手动将JSON插入响应中

时间:2017-10-16 19:14:27

标签: java android json

如何在不调用API的情况下手动插入错误。

我的API调用

> 1

返回

Response<ObjResEntity<String>> response = call.execute();

我想替换&#34; call.execute()&#34;使用返回的代码

{
    "error": null,
    "result": "some result"
}

非常感谢您的帮助。

由于 [R

1 个答案:

答案 0 :(得分:0)

我相信这已经得到了解答。查看

上的帖子

how to return custom spring error