|  |  |  | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | @SuppressWarnings("resource") | 
|---|
|  |  |  | public static SH2023RespDto postPushData(String url, String reqData , ApiConfs apiConfs) throws Exception { | 
|---|
|  |  |  | log.info("---------接口请求地址:" +url+ "----------参数:" + reqData +"---------"); | 
|---|
|  |  |  | log.debug("---------接口请求地址:" +url+ "----------参数:" + reqData +"---------"); | 
|---|
|  |  |  | BufferedReader in = null; | 
|---|
|  |  |  | URL urls = new URL(url); | 
|---|
|  |  |  | HttpURLConnection connection = null; | 
|---|
|  |  |  | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | } catch (Exception e) { | 
|---|
|  |  |  | System.out.println("发生异常"); | 
|---|
|  |  |  | log.error(e.getMessage(),e); | 
|---|
|  |  |  | rs = null; | 
|---|
|  |  |  | return new SH2023RespDto(99,e.getMessage()); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | log.info("---------接口返回:" + rs +"---------"); | 
|---|
|  |  |  | log.debug("---------接口返回:" + rs +"---------"); | 
|---|
|  |  |  | responseDto = JSON.parseObject(rs,SH2023RespDto.class); | 
|---|
|  |  |  | if(responseDto == null )   return new SH2023RespDto(99,"接口请求发生未知错误"); | 
|---|
|  |  |  | return responseDto; | 
|---|
|  |  |  | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | @SuppressWarnings("resource") | 
|---|
|  |  |  | public static SH2023PullRespDto postPullData(String url, String reqData) throws Exception { | 
|---|
|  |  |  | log.info("---------接口请求地址:" +url+ "----------参数:" + reqData +"---------"); | 
|---|
|  |  |  | log.debug("---------接口请求地址:" +url+ "----------参数:" + reqData +"---------"); | 
|---|
|  |  |  | BufferedReader in = null; | 
|---|
|  |  |  | URL urls = new URL(url); | 
|---|
|  |  |  | HttpURLConnection connection = null; | 
|---|