摘要:
package com.aaaaaa.manager.controller; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; impo... 阅读全文
摘要:
一,编写返回对象 public class HttpResult { // 响应的状态码 private int code; // 响应的响应体 private String body;get/set…} 二,封装HttpClient 三,调用接口 阅读全文