Air
2024-11-04 ad9cf0dedbff97f518070ad02d57de1ec0081fb0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
serverName: bh
# 打印日志配置
logging:
  file:
    path: /var/log/bh-prod/
 
# JWT配置
jwt:
  # jwt的密钥
  secret:
    key: biaohe20220111bjqyprod571sd152sdsa
  # jwt过期时间
  token:
    expired: 36000000
 
# 数据库连接配置
spring:
  datasource:
    driver-class-name: com.mysql.jdbc.Driver
    url: jdbc:mysql://localhost:3306/biaohe?characterEncoding=UTF-8&useUnicode=true&useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
    username: root
    password: sankuaipassword
    hikari:
      minimum-idle: 5
      maximum-pool-size: 60
 
# 图片上传路径配置
upload:
  # 上传路径
  path: /usr/local/sankuai/upload/prod/upload_img/
  publicPath: /usr/local/sankuai/upload/prod/upload_img/public/
  imageHost: https://skfq.biaohekeji.com
 
channelInfo:
  codeInit: 30000
 
# 戒易贷接口相关
jieyidai:
  appId: jFiJsH6VNmzTjrjR
  appKey: pO9yWpJ1RcKFYtUpTIcEuMzFQQnrdP7C
  innerUrl: https://skfq.biaohekeji.com
  apiUrl: https://qy-open.shantaiwl.cn
 
#银盛对接
yinsheng:
  notify_url: https://skfq.biaohekeji.com
 
#支付宝配置
alipay:
  config:
    notify-url: https://skfq.biaohekeji.com/api/v1/vipCardOrder/alipayNotifyOrder
    platform-notify-url: https://skfq.biaohekeji.com/api/v1/alipay-platform/notify
    platform-vip-notify-url: https://skfq.biaohekeji.com/api/v1/alipay-platform/notifyInnerVipOrder
 
#纬雅支付配置
wei-ya:
  conf:
    aes-secret-key: f662eef0df0e34b1
    channel-code: ld
    notify-url: https://skfq.biaohekeji.com/api/v1/vipCardOrder/weiyaOrderNotify
    get-channel-data-url: https://members.palwy.com/members/channel/v1/member/getChannelData
    memberPayUrl: https://members.palwy.com/#/member-pay
    userGetUrl: https://members.palwy.com/members/channel/v1/user/get
    channelMemberNotifyUrl: https://members.palwy.com/members/channel/v1/member/channelMemberNotify
 
#恒易贷接口配置
hengyidai:
  conf:
    api-url: https://channelapi.junhangweijing.com/channelapi/newkadana
    product-no: newkadana
 
#闪态对接
shantai:
  notificationDomain: https://skfq.biaohekeji.com
 
# 汇智信回调域名
hzx:
  callBackDomain: https://skfq.biaohekeji.com