|
|
@@ -7,13 +7,6 @@ spring:
|
|
|
discovery:
|
|
|
hostname: 172.24.50.53
|
|
|
prefer-ip-address: false
|
|
|
- jms:
|
|
|
- pub-sub-domain: true
|
|
|
- artemis:
|
|
|
- mode: native # cluster native EMBEDDED
|
|
|
- broker-url: tcp://162.14.78.247:61616?connectionTimeout=6000
|
|
|
- user: admin
|
|
|
- password: admin123
|
|
|
data:
|
|
|
mongodb:
|
|
|
uri: mongodb://root:8756mongo2024@172.24.50.53:27017,172.24.50.53:27018,172.24.50.53:27019/payment?authSource=admin
|
|
|
@@ -31,43 +24,6 @@ spring:
|
|
|
min-idle: 8 # 最小空闲连接
|
|
|
max-wait: 100ms # 连接等待时间
|
|
|
|
|
|
-# c端的小程序配置 (学生端)
|
|
|
-cwechat:
|
|
|
- appid: wx3be1d6d84d46cdf7
|
|
|
- secret: 4401df45d409cbf28560e87c4c21b4bf
|
|
|
-
|
|
|
-# 商户端的小程序配置
|
|
|
-swechat:
|
|
|
- appid: wx3be1d6d84d46cdf7
|
|
|
- secret: 4401df45d409cbf28560e87c4c21b4bf
|
|
|
-
|
|
|
-# 银联无感支付环境
|
|
|
-unionfrictionless:
|
|
|
- evn: dev # dev prod
|
|
|
- notifyUrl: https://api.dev.qk.zonelife.cn/paymentserver-trx/unionFrictionless/signNotify
|
|
|
- payNotifyUrl: https://api.dev.qk.zonelife.cn/paymentserver-trx/unionFrictionless/payNotify
|
|
|
- notifySecret: GAhPWQ8D4hXanneneaydaHYHiwn64p7y3A46Jpss87aKWsy5
|
|
|
- appId: 10037e6f803bc8ab01805fd07db4000d
|
|
|
- appKey: 18a3a8d41b9f44d9acdf39c360f7a971
|
|
|
- tid: "00000001"
|
|
|
- planId: d2041b5c28474a2c9bb8b70128d71160
|
|
|
- msgSrcId: 103A
|
|
|
- mchntWxMpAppId: wx3be1d6d84d46cdf7
|
|
|
- expireTime: 1800000 # 过期时间 毫秒数 ,30分钟
|
|
|
-
|
|
|
-# 收钱吧提现配置
|
|
|
-withdraw:
|
|
|
- appId: 10037e6f72da8f490172fa3cb8e80003
|
|
|
- appKey: 34ba53033a5242158b0e7144aa34a215
|
|
|
- sysid: FZ001_YRY
|
|
|
- appType: "74"
|
|
|
- withdrawNotify: https://api.dev.qk.zonelife.cn/paymentserver-trx/withdraw/signNotify
|
|
|
-
|
|
|
-# 微信配置
|
|
|
-wechat:
|
|
|
- - { appid: 'wx3be1d6d84d46cdf7', secret: '4401df45d409cbf28560e87c4c21b4bf', remark: '云芯客' }
|
|
|
- - { appid: 'wxf7de63b45c8e7ac6', secret: '0a3e319df0c43eb4351f95884399f741', remark: '云芯商' }
|
|
|
-
|
|
|
springdoc:
|
|
|
api-docs:
|
|
|
# 是否开启接口文档
|
|
|
@@ -80,24 +36,6 @@ oAuth:
|
|
|
clientId: test
|
|
|
clientSecret: 123456
|
|
|
|
|
|
-# 阿里云OSS
|
|
|
-oss:
|
|
|
- maxCacheMinutes: 10
|
|
|
- maxCacheCount: 100
|
|
|
- _other:
|
|
|
- host: https://oss.dev.zonelife.cn/
|
|
|
- _type: ALiObjectStorage
|
|
|
- endpoint: oss-cn-chengdu.aliyuncs.com
|
|
|
- bucket: zswl-dev
|
|
|
- accessKeyId: LTAI5tCvJccdHK17R4kYrLgy
|
|
|
- accessKeySecret: Vbt3NiZfi6f47vU8QcfqQIsjiFo6vH
|
|
|
- arn: acs:ram::1540890773231210:role/oss
|
|
|
-
|
|
|
-# 物联网平台的配置
|
|
|
-iotcenter:
|
|
|
- url: http://172.24.50.53:9101
|
|
|
- iotserverName: # 服务名称
|
|
|
-
|
|
|
#logging:
|
|
|
# level:
|
|
|
# org:
|