摘要: import okhttp3.*; import org.apache.commons.lang3.StringUtils; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.bea 阅读全文
posted @ 2022-10-28 21:02 MING5135 阅读(92) 评论(0) 推荐(0) 编辑
摘要: import org.apache.commons.lang3.StringUtils; import org.apache.http.Consts; import org.apache.http.HttpEntity; import org.apache.http.client.entity.Ur 阅读全文
posted @ 2022-10-28 21:01 MING5135 阅读(20) 评论(0) 推荐(0) 编辑
摘要: import com.alibaba.fastjson.JSONArray; import com.alibaba.fastjson.JSONException; import com.alibaba.fastjson.JSONObject; import java.io.IOException; 阅读全文
posted @ 2022-10-28 21:00 MING5135 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 1 import com.alibaba.fastjson.JSONException; 2 import com.alibaba.fastjson.JSONObject; 3 import javax.ws.rs.core.HttpHeaders; 4 import javax.ws.rs.cor 阅读全文
posted @ 2022-10-28 20:59 MING5135 阅读(16) 评论(0) 推荐(0) 编辑
摘要: import java.util.Map; public class GetCaculator { // 将参数封装用于请求API接口 public static Caculator getBean(Prefer prefer, Map<String, String> parameMap) { Ca 阅读全文
posted @ 2022-10-28 20:58 MING5135 阅读(16) 评论(0) 推荐(0) 编辑