Jiaqi.xu

yml

...@@ -28,9 +28,9 @@ api: ...@@ -28,9 +28,9 @@ api:
28 #IClear校验运单地址 28 #IClear校验运单地址
29 iclear-check-url: http://139.217.114.139:8082/chmConsignmentController/checkChmAndDetaliD 29 iclear-check-url: http://139.217.114.139:8082/chmConsignmentController/checkChmAndDetaliD
30 #IClearC类提交运单地址 30 #IClearC类提交运单地址
31 - iclear-submit-url: http://localhost:8080/chmConsignmentController/submitConsignments 31 + iclear-submit-url: http://139.217.114.139:8082/chmConsignmentController/submitConsignments
32 #IClear校验C类运单地址 32 #IClear校验C类运单地址
33 - iclear-check-url-c: http://localhost:8080/chmConsignmentController/checkChmAndDetaliC 33 + iclear-check-url-c: http://139.217.114.139:8082/chmConsignmentController/checkChmAndDetaliC
34 #获取token地址 34 #获取token地址
35 token-url: https://apiuat.iclrccd-fedex.com/login 35 token-url: https://apiuat.iclrccd-fedex.com/login
36 #刷新token地址 36 #刷新token地址
......
...@@ -26,8 +26,10 @@ api: ...@@ -26,8 +26,10 @@ api:
26 address: 26 address:
27 #IClear校验运单地址 27 #IClear校验运单地址
28 iclear-check-url: https://www.iclrccd-fedex.com/chmConsignmentController/checkChmAndDetaliD 28 iclear-check-url: https://www.iclrccd-fedex.com/chmConsignmentController/checkChmAndDetaliD
29 + #IClearC类提交运单地址
30 + iclear-submit-url: http://www.iclrccd-fedex.com/chmConsignmentController/submitConsignments
29 #IClear校验C类运单地址 31 #IClear校验C类运单地址
30 - iclear-check-url-c: http://139.217.114.139:8082/chmConsignmentController/checkChmAndDetaliC 32 + iclear-check-url-c: http://www.iclrccd-fedex.com/chmConsignmentController/checkChmAndDetaliC
31 #获取token地址 33 #获取token地址
32 token-url: https://api.iclrccd-fedex.com/export/login 34 token-url: https://api.iclrccd-fedex.com/export/login
33 #刷新token地址 35 #刷新token地址
......