Jiaqi.xu

yml

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