How to post nested json in restassured

后端 未结 0 449
灰色年华
灰色年华 2020-12-14 17:50

Below is the code I am using

JSONObject requestParams = new JSONObject();
requestParams.put("something", "something value");
requestParams         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题