2022年10月13日
摘要: http请求方式-CloseableHttpClient import com.alibaba.fastjson.JSON; import com.alibaba.fastjson.JSONObject; import com.example.core.mydemo.http.OrderReqVO; 阅读全文
posted @ 2022-10-13 19:10 oktokeep 阅读(202) 评论(0) 推荐(0) 编辑
摘要: http请求方式-HttpClient import com.alibaba.fastjson.JSON; import com.alibaba.fastjson.JSONObject; import com.example.core.mydemo.http.OrderReqVO; import o 阅读全文
posted @ 2022-10-13 19:10 oktokeep 阅读(87) 评论(0) 推荐(0) 编辑
摘要: http请求方式-HttpURLConnection import com.alibaba.fastjson.JSON; import com.example.core.mydemo.http.OrderReqVO; import org.springframework.lang.Nullable; 阅读全文
posted @ 2022-10-13 19:09 oktokeep 阅读(88) 评论(0) 推荐(0) 编辑
摘要: http请求方式-OkHttpClient import com.example.core.mydemo.http.OrderReqVO; import okhttp3.*; import org.slf4j.Logger; import org.slf4j.LoggerFactory; impor 阅读全文
posted @ 2022-10-13 19:09 oktokeep 阅读(112) 评论(0) 推荐(0) 编辑
摘要: http请求方式-RestTemplate import com.alibaba.fastjson.JSON; import com.example.core.mydemo.http.OrderReqVO; import org.springframework.http.HttpEntity; im 阅读全文
posted @ 2022-10-13 19:08 oktokeep 阅读(51) 评论(0) 推荐(0) 编辑