RESTClient插件POST方法傳遞參數

RESTClient插件POST方法傳遞參數app

https://blog.csdn.net/defi2013/article/details/52312612url

1.設置Headers,增長一個Content-type: application/x-www-form-urlencoded.net


 


2.在Body中定義你的參數,好比你的方法參數像這樣:插件

@RequestParam("examTimeIdList[]") List<String> examTimeIdList, Integer uploadType

那麼你在Body中應該這樣寫:examTimeIdList[]=01&uploadType=1code

相關文章
相關標籤/搜索