1、新增百度OCR
2、新增应收应付
This commit is contained in:
@@ -94,6 +94,17 @@ thirdParty:
|
||||
# MK开放接口地址
|
||||
baseUrl: http://127.0.0.1:8080
|
||||
|
||||
#百度OCR配置,API Key和Secret Key请通过环境变量注入
|
||||
baidu:
|
||||
ocr:
|
||||
enabled: ${BAIDU_OCR_ENABLED:false}
|
||||
api-key: ${BAIDU_OCR_API_KEY:}
|
||||
secret-key: ${BAIDU_OCR_SECRET_KEY:}
|
||||
endpoint: ${BAIDU_OCR_ENDPOINT:https://aip.baidubce.com}
|
||||
connect-timeout: 5s
|
||||
request-timeout: 30s
|
||||
token-refresh-advance: 1m
|
||||
|
||||
|
||||
powerjob:
|
||||
worker:
|
||||
|
||||
Reference in New Issue
Block a user