xin
2025-10-17 ab0637e981ab4c85120ccde35ee24ec4abbe3e24
oying-system/src/main/resources/config/application-dev.yml
@@ -89,15 +89,13 @@
  online-key: "online_token:"
  # 验证码
  code-key: "captcha_code:"
  # 自定义redis key
  generate-order-sn: oying:generate:sn
  # token 续期检查时间范围(默认30分钟,单位毫秒),在token即将过期的一段时间内用户操作了,则给用户的token续期
  detect: 1800000
  # 续期时间范围,默认1小时,单位毫秒
  renew: 3600000
#是否允许生成代码,生产环境设置为false
generator:
#生产环境设置为false
oying:
  enabled: true
#是否开启 swagger-ui
@@ -126,12 +124,14 @@
#微信配置
wx:
  # 测试环境
  enabled: false
  # AppID
  app-id: wx2273296a5569cbad
  # AppSecret
  app-secret: 4526d72d885be322b17d0694cd6d03f1
  # riderAppId
  rider-app-id: wxec131a77cbf47c7f
  # riderAppSecret
  rider-app-secret: 7fa3a13f1a894dfaba6fec4df4043135
  # 跳转小程序类型 developer为开发版;trial为体验版;formal为正式版;默认为正式版
  mini-program-state: trial
  #  access_token的KEY
@@ -167,14 +167,14 @@
  # 请求url
  req-url: https://pay.hstypay.com/v2/pay/gateway
  # 支付通知地址
  notify-url: http://1.95.124.88:8088/oying/api/swiftPass/alipayCallback
  notify-url: http://api.o-ying.cn:8088/oying/api/swiftPass/alipayCallback
  # 退款通知地址
  refund-url: https://1.95.124.88:8088/oying/api/swiftPass/returnNotify
  refund-url: http://api.o-ying.cn:8088/oying/api/swiftPass/returnNotify
obs:
  access_key_id: RZ1UIOZDZ58DD4NWPD6Q
  access_key_secret: QpE58YEFtgoIwUoGNlN5JlNY7t6qVu7vMkix8gAI
  bucket: oying
  access_key_id: HPUATJYFVPO6DABSVEKA
  access_key_secret: 8TQG5wnLID3MsUPsJjmZ31LtKlgyvFFUDvXnI9nm
  bucket: o-ying
  endpoint: https://obs.cn-southwest-2.myhuaweicloud.com
winner-look:
@@ -182,3 +182,7 @@
  url-send-msg-batch: https://118.178.116.15:8443/winnerrxd/api/trigger/SendBatchMsg
  user-code: CQLYSXYJ
  user-pass: lych1205!
# 支付类型
pay:
  type: HWC