Platform upgrade: login auth fix, OCR/OSS upload, system menus and dicts, weather dashboard, weighing and invoice modules
This commit is contained in:
@@ -24,17 +24,21 @@
|
||||
"LanPort": 5246
|
||||
},
|
||||
"Storage": {
|
||||
"UseOss": false
|
||||
"UseOss": true
|
||||
},
|
||||
"Oss": {
|
||||
"AccessKeyId": "",
|
||||
"AccessKeySecret": "",
|
||||
"Endpoint": "oss-cn-hangzhou.aliyuncs.com",
|
||||
"Bucket": "",
|
||||
"AccessKeyId": "LTAI5tSnK8HCPruXm3ZCRZDQ",
|
||||
"AccessKeySecret": "lHcL75fV809SJYZ3IJtMWlPM7qYUXK",
|
||||
"Endpoint": "oss-cn-chengdu.aliyuncs.com",
|
||||
"StsEndpoint": "sts.cn-chengdu.aliyuncs.com",
|
||||
"Bucket": "bbit-f8-web",
|
||||
"PublicUrl": ""
|
||||
},
|
||||
"Ocr": {
|
||||
"Provider": "none",
|
||||
"Provider": "aliyun",
|
||||
"Url": "https://swcardpack.market.alicloudapi.com/ocr/idcard",
|
||||
"AppCode": "e3bdae1a73d2415492e7fdc024f07d08",
|
||||
"MaxBytes": 4194304,
|
||||
"DisabledMessage": "未配置 OCR 识别服务(待接入阿里云/百度 OCR 凭证),图片已保存为附件,识别字段请手动填写"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user