yinyitong-zhongyuyuan-dll-s.../src/main/resources/application-pro.yml

97 lines
3.1 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

server:
port: 5946
dpkj:
#后端项目访问地址
#TODO 改为正式的地址 http://www.lczyyy.com/api
serverurl: http://127.0.0.1:15946/api
# 医保配置
chs:
# 医保机构编码
orgcode: H53082800070
# 医保读卡之后保存信息的文件名
file-name: outfile1191.txt
file:
# 文件保存地址
path: D:\Project\Express\upload
# 打印机配置
printer:
# 打印机连接方式 USB: usb连接 | BTMS串口连接
connection-type: USB
# 终端号设置
terminal-Number: PORT-000000001
# 打印时间格式化
time-Type: yyyy-MM-dd HH:mm:ss
# 打印端口 串口连接下使用
port-name:
# 波特率 串口连接下使用
baud-rate:
# 指定打印机第一层是a4还是a5
level-one: A5
#支付宝刷脸
ali:
face:
#dll文件路径
dll-path: C:/opt/ant-abcp/bpaas_api.dll
#IOT 应用管理-appid
app-id: 2021005151604729
#IOT应用版本
app-version: 1.0.0.0
#签约商家的 PID以 2088 开头,企业主体
merchant-id: 2088170977486823
#商家机具终端编号,每台设备保持唯一
device-num: P060003750
#服务商的 PID
partner-id: 2088170977486823
# 核心入参 serviceId
service-id: pay
#微信模块
wx:
configs: # 清研家
- app-id: wxc12fa4977f66974d #wxc12fa4977f66974d #wx024903d1d2e1a55a
# 公众号的appsecret
secret: a51dbcac25a73d7e4812a43cf550c5fc #f83420d79cc6ecd1d7fe9684ac9cdfe4
# 接口配置里的Token值 DPKJ-YINYITONG #DPKJ-YINYITONG#dpkjylwjvote
token: DPKJ-YINYITONG
# 接口配置里的EncodingAESKey值
aes-key: yIBgBrHwRGjO2L3CLIE9hmnlf1FrXQQ7qJZVIg4r6Dx
mch-config: #商户信息 驿路万家-扬州清研软件科技
app-id: wxc12fa4977f66974d
secret: f83420d79cc6ecd1d7fe9684ac9cdfe4
#调用接口所需service_id
service-id: service_id
#商户号
mch-id: 1557642321
#商户秘钥
mch-key: yndpkj15288216506YndpkjKsjytZx12
#报文解密 APIv3密钥
v3-key: yndpkj15288216506YndpkjKsjytZx12
#微信: 商户APIv2密钥
key-api: yndpkj15288216506YndpkjKsjytZx12
#p12证书的位置可以指定绝对路径也可以指定类路径以classpath;开头)
key-path: classpath:test\apiclient_cert.p12
private-key-path: classpath:test\apiclient_key.pem
private-cert-path: classpath:test\apiclient_cert.pem
#微信商家api序列号
mch-serial-no:
#JSAPI--公众号支付 NATIVE--原生扫码支付 APP--app支付
trade-type: JSAPI
trade-type-native: NATIVE
#支付回调方法地址
pay-notify-url: ${dpkj.url.server-url}/openapi/wxPayOrderApi/notify
#退款回调方法地址
refund-notify-url: ${dpkj.url.server-url}/openapi/wxPayOrderApi/refundNotify
# 路径
url:
# 后端接口地址
# server: https://102760424tfyw.vicp.fun/api
server: ${dpkj.url.server-url}
# h5地址
h5: ${dpkj.url.h5-url}
# 自定义app参数
app:
custom:
lexMarkServiceIp: http://127.0.0.1
lexMarkServicePort: 12346