server: port: 5948 servlet: context-path: /api tomcat: max-swallow-size: -1 error: include-exception: true include-stacktrace: ALWAYS include-message: ALWAYS compression: enabled: true min-response-size: 1024 mime-types: application/javascript,application/json,application/xml,text/html,text/xml,text/plain,text/css,image/* spring: servlet: multipart: max-file-size: 10MB max-request-size: 10MB resource: static-locations: classpath:/static/,classpath:/public/ logging: level: com.dpkj: debug dpkj: #后端项目访问地址 #https://yinyitong.yzqingyan.cn/ http://172.16.11.13:15946/ ttps://yinyitong.yzqingyan.cn serverurl: http://localhost:5946/api/ # 医保配置 chs: # 医保机构编码 orgcode: H53082800070 file: # 文件保存地址 path: G:\Temp\img # 打印机配置 printer: # 打印机连接方式 USB: usb连接 | BTMS:串口连接 connection-type: USB # 终端号设置 terminal-Number: PORT-000000001 # 打印时间格式化 time-Type: yyyy-MM-dd HH:mm:ss # 打印端口 串口连接下使用 port-name: # 波特率 串口连接下使用 baud-rate: #支付宝刷脸 ali: face: #dll文件路径 dll-path: C:/opt/ant-abcp/bpaas_api.dll #IOT 应用管理-appid app-id: 2021005138656502 #IOT应用版本 app-version: 1.0.0.0 #签约商家的 PID,以 2088 开头,企业主体 merchant-id: 2088641941653700 #商家机具终端编号,每台设备保持唯一 device-num: P060003750 #服务商的 PID partner-id: 2088641941653700 # 核心入参 serviceId service-id: pay #微信模块 wx: configs: #清研家 - app-id: wxe8334dd2140bb0e1 # 公众号的appsecret secret: f83420d79cc6ecd1d7fe9684ac9cdfe4 # 接口配置里的Token值 token: dpkjylwjvote # 接口配置里的EncodingAESKey值 aes-key: go2uM3ASe2rEyeoNsZHoPCiKGgpku0Bi49P5IypdQWT mch-config: #商户信息 清研家关联的商户:驿路万家-扬州清研软件科技 app-id: wxe8334dd2140bb0e1 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} # 身份证读取等待时间 IDCardReader: waitingTime: 30000