标签: java android json
如何在不调用API的情况下手动插入错误。
我的API调用
> 1
返回
Response<ObjResEntity<String>> response = call.execute();
我想替换&#34; call.execute()&#34;使用返回的代码
{ "error": null, "result": "some result" }
非常感谢您的帮助。
由于 [R
答案 0 :(得分:0)
我相信这已经得到了解答。查看
how to return custom spring error