Showing
1 changed file
with
2 additions
and
0 deletions
| ... | @@ -157,6 +157,8 @@ public class FedexService { | ... | @@ -157,6 +157,8 @@ public class FedexService { |
| 157 | result.setMsgUS(iclearCheckResponseResult.getMessageUS()); | 157 | result.setMsgUS(iclearCheckResponseResult.getMessageUS()); |
| 158 | log.info("<<<<<<<< checkMawb start >>>>>>>>>> mawb:"+gson.toJson(fedexMawb) +" result :" +result.getSuccess() +" iclear check response : " + json + " status : " + result.getSuccess()); | 158 | log.info("<<<<<<<< checkMawb start >>>>>>>>>> mawb:"+gson.toJson(fedexMawb) +" result :" +result.getSuccess() +" iclear check response : " + json + " status : " + result.getSuccess()); |
| 159 | }catch (Exception e){ | 159 | }catch (Exception e){ |
| 160 | + result.setSuccess(Boolean.FALSE); | ||
| 161 | + result.setCode(ErrorCodeEnum.ERROR_30101.getCode()); | ||
| 160 | log.error("checkMawb() error:",e); | 162 | log.error("checkMawb() error:",e); |
| 161 | } | 163 | } |
| 162 | return result; | 164 | return result; | ... | ... |
-
Please register or login to post a comment