①post请求,contentType:application/json(使用了@RequestBody接收参数)使用HashMap设置参数,然后转json字符串发起请求
String url = "http://localhost:808
2024-02-25