1、完善项目
2、完善合同 3、完善费用项 4、司机管理对接OCR 5、完善运输计划 6、完善临时额度
This commit is contained in:
19
doc/nacos/third-party-api.yaml
Normal file
19
doc/nacos/third-party-api.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
#第三方接口配置
|
||||
thirdParty:
|
||||
ocr:
|
||||
# OCR磅单、车牌识别接口地址
|
||||
baseUrl: ${OCR_BASE_URL:http://127.0.0.1:8080}
|
||||
# OCR证件识别接口地址
|
||||
baseOtherUrl: ${OCR_BASE_OTHER_URL:http://127.0.0.1:8080}
|
||||
wps:
|
||||
# WPS开放接口地址
|
||||
baseUrl: ${WPS_BASE_URL:http://127.0.0.1:8080}
|
||||
oa:
|
||||
# OA开放接口地址
|
||||
baseUrl: ${OA_BASE_URL:http://127.0.0.1:8080}
|
||||
track:
|
||||
# 轨迹开放接口地址
|
||||
baseUrl: ${TRACK_BASE_URL:http://127.0.0.1:8080}
|
||||
mk:
|
||||
# MK开放接口地址
|
||||
baseUrl: ${MK_BASE_URL:http://127.0.0.1:8080}
|
||||
Reference in New Issue
Block a user