摘要:
package com.aaaaaa.manager.controller; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; impo... 阅读全文
posted @ 2017-10-06 22:10
0001
阅读(1171)
评论(0)
推荐(0)
摘要:
一,编写返回对象 public class HttpResult { // 响应的状态码 private int code; // 响应的响应体 private String body;get/set…} 二,封装HttpClient 三,调用接口 阅读全文
posted @ 2017-10-06 21:41
0001
阅读(15599)
评论(0)
推荐(0)