SpringBoot調用其餘服務接口的方法

第一種方法 @RequestMapping("/doPostGetJson") public String doPostGetJson() throws ParseException { //此處將要發送的數據轉換爲json格式字符串 String jsonText = 「{id:1}」; JSONObject json = (JSONObject) JSONObject.parse(jsonTe
相關文章
相關標籤/搜索