Showing
3 changed files
with
4 additions
and
5 deletions
| ... | @@ -66,8 +66,8 @@ public class FedexDataInterface { | ... | @@ -66,8 +66,8 @@ public class FedexDataInterface { |
| 66 | String iclearCSubmitUrl; | 66 | String iclearCSubmitUrl; |
| 67 | 67 | ||
| 68 | 68 | ||
| 69 | - @ApiOperation(value = "BASF运单数据校验接口", httpMethod = "POST", notes = "ex: http://192.168.1.75:8080/fedex/checkBASFMawbFedex") | 69 | + @ApiOperation(value = "C类运单数据校验接口", httpMethod = "POST", notes = "ex: http://192.168.1.75:8080/fedex/checkBASFMawbFedex") |
| 70 | - @PostMapping("/checkBASFMawbFedex") | 70 | + @PostMapping("/checkMawbFedexC") |
| 71 | @ResponseBody | 71 | @ResponseBody |
| 72 | public ResultRS checkBASFMawbFedex(HttpServletRequest request | 72 | public ResultRS checkBASFMawbFedex(HttpServletRequest request |
| 73 | ,@RequestBody Fedexc fedexc) throws HttpProcessException { | 73 | ,@RequestBody Fedexc fedexc) throws HttpProcessException { | ... | ... |
| ... | @@ -161,8 +161,7 @@ public class FedexService { | ... | @@ -161,8 +161,7 @@ public class FedexService { |
| 161 | headerMap.put("Content-Type", "application/json"); | 161 | headerMap.put("Content-Type", "application/json"); |
| 162 | String json = HttpUtils.doPost(this.iclearCheckUrl,objJson,headerMap); | 162 | String json = HttpUtils.doPost(this.iclearCheckUrl,objJson,headerMap); |
| 163 | 163 | ||
| 164 | - | 164 | + log.info("iclearCheckUrl:"+json); |
| 165 | - | ||
| 166 | 165 | ||
| 167 | IClearCheckResponseResult iclearCheckResponseResult = JsonToJava.parseJson(json, IClearCheckResponseResult.class); | 166 | IClearCheckResponseResult iclearCheckResponseResult = JsonToJava.parseJson(json, IClearCheckResponseResult.class); |
| 168 | result.setSuccess(iclearCheckResponseResult.getSuccess()); | 167 | result.setSuccess(iclearCheckResponseResult.getSuccess()); | ... | ... |
| ... | @@ -23,7 +23,7 @@ task: | ... | @@ -23,7 +23,7 @@ task: |
| 23 | 23 | ||
| 24 | #推送地址 | 24 | #推送地址 |
| 25 | api: | 25 | api: |
| 26 | - base-address: https://iclearexpuat.fedex.com.cn/Exp | 26 | + base-address: https://declarationuat.fedex.com.cn/Exp |
| 27 | token-info: | 27 | token-info: |
| 28 | #获取token账号 | 28 | #获取token账号 |
| 29 | username: iclear_external_ctm | 29 | username: iclear_external_ctm | ... | ... |
-
Please register or login to post a comment