|
|
|
|
|
|
|
|
String string = response.body().string(); |
|
|
String string = response.body().string(); |
|
|
logger.info("渠道通知返回结果:{}", string); |
|
|
logger.info("渠道通知返回结果:{}", string); |
|
|
res = JsonTools.json2Object(string, AtsChannelNoticeResponse.class); |
|
|
res = JsonTools.json2Object(string, AtsChannelNoticeResponse.class); |
|
|
} catch (IOException e) { |
|
|
|
|
|
|
|
|
} catch (Exception e) { |
|
|
logger.error("渠道通知异常:{}", e.toString()); |
|
|
logger.error("渠道通知异常:{}", e.toString()); |
|
|
throw GlyServiceError.SYSTEM_ERROR.toHandleException(e.getMessage()); |
|
|
throw GlyServiceError.SYSTEM_ERROR.toHandleException(e.getMessage()); |
|
|
} |
|
|
} |