hsf
parent
f93f1cc765
commit
3bd6fde865
|
|
@ -33,10 +33,10 @@ spring:
|
|||
- /operationManual/appShow
|
||||
app:
|
||||
default-place:
|
||||
province: 340000
|
||||
city: 341100
|
||||
province-name: 安徽省
|
||||
city-name: 滁州市
|
||||
province: 320000
|
||||
city: 320500
|
||||
province-name: 江苏省
|
||||
city-name: 苏州市
|
||||
|
||||
oss:
|
||||
type: ali
|
||||
|
|
@ -94,10 +94,10 @@ doubao:
|
|||
api-key: e0fc97bb-2bb6-4525-a79b-1e3555026821
|
||||
mqtt:
|
||||
enabled: true
|
||||
broker: tcp://139.224.54.144:1883
|
||||
client-id: njzscloud-svr1
|
||||
username: gps
|
||||
password: TKG4TV3dF7CeazDnUdCF
|
||||
broker: tcp://8.153.97.33:1883
|
||||
client-id: hsf_yzhb1
|
||||
username: yzhb
|
||||
password: yzhb
|
||||
|
||||
hsoa:
|
||||
base-url: http://60.173.195.121:9908
|
||||
|
|
|
|||
|
|
@ -2,9 +2,9 @@ spring:
|
|||
application:
|
||||
name: greenfrog
|
||||
datasource:
|
||||
url: jdbc:mysql://rm-uf6g259329on1376u.mysql.rds.aliyuncs.com:3306/greenfrog?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true&allowMultiQueries=true
|
||||
username: zsy
|
||||
password: DtRcBCWYmMSd7Vre2jT
|
||||
url: jdbc:mysql://127.0.0.1:3306/yzhb?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true&allowMultiQueries=true
|
||||
username: root
|
||||
password: root_hsf
|
||||
security:
|
||||
auth-ignores:
|
||||
- /auth/obtain_code
|
||||
|
|
@ -33,19 +33,19 @@ spring:
|
|||
app:
|
||||
in-out-gap: 180
|
||||
default-place:
|
||||
province: 340000
|
||||
city: 341100
|
||||
province-name: 安徽省
|
||||
city-name: 滁州市
|
||||
province: 320000
|
||||
city: 320500
|
||||
province-name: 江苏省
|
||||
city-name: 苏州市
|
||||
|
||||
oss:
|
||||
type: ali
|
||||
ali:
|
||||
region: cn-shanghai
|
||||
endpoint: oss-cn-shanghai.aliyuncs.com
|
||||
access-key: LTAI5t96qDgWDzu5rSRHUttZ
|
||||
secret-key: GS9wh0stna11POzBXG7kzh0lKYvhkg
|
||||
bucket-name: czxcsy-cdn
|
||||
access-key: LTAI5t7MCiuNNphbELMRWPmY
|
||||
secret-key: wXM95i4IbhpQcNdsUSN8fvch33N2nc
|
||||
bucket-name: hsfcdn
|
||||
|
||||
mybatis-plus:
|
||||
tunnel:
|
||||
|
|
@ -54,8 +54,8 @@ mybatis-plus:
|
|||
wechat:
|
||||
# app-id: wx3c06d9dd4e56c58d
|
||||
# app-secret: ff280a71a4c06fc2956178f8c472ef96
|
||||
app-id: wx989ea47a5ddf9bfb
|
||||
app-secret: 66c98dc487a372acb4f1931b38fee8ff
|
||||
app-id: wxe650193f2e496af3
|
||||
app-secret: 28199bb5542a660e45c5e2b3b2ce6555
|
||||
base-url: https://api.weixin.qq.com
|
||||
pay:
|
||||
# 服务商 app-id
|
||||
|
|
@ -63,7 +63,7 @@ wechat:
|
|||
# 服务商 mch-id
|
||||
mch-id: 1659535913
|
||||
# 收款方 sub-mch-id
|
||||
sub-mch-id: 1729703110
|
||||
sub-mch-id: 1111892847
|
||||
# 分账方 sub-mch-id
|
||||
receiver-mch-id: 1649452354
|
||||
# 服务商API密钥(32位字符串)
|
||||
|
|
@ -76,9 +76,9 @@ wechat:
|
|||
private-key-path: classpath:cert/apiclient_cert.p12
|
||||
# private-key-path: D:/project/再昇云/代码/njzscloud/njzscloud-svr/src/main/resources/cert/apiclient_cert.p12
|
||||
# 支付回调地址
|
||||
notify-url: http://139.224.32.69:80/api/payment/wechat/notify
|
||||
notify-url: http://8.153.111.47:80/api/payment/wechat/notify
|
||||
# 退款回调地址
|
||||
refund-notify-url: http://139.224.32.69:80/api/payment/wechat/refundNotify
|
||||
refund-notify-url: https://yzhb-api.njzscloud.com/api/payment/wechat/refundNotify
|
||||
doubao:
|
||||
api-name: api-key-20250411103646
|
||||
api-key: e0fc97bb-2bb6-4525-a79b-1e3555026821
|
||||
|
|
@ -86,8 +86,8 @@ mqtt:
|
|||
enabled: true
|
||||
broker: tcp://127.0.0.1:1883
|
||||
client-id: greenfrog
|
||||
username: zsy
|
||||
password: zsy_mqtt_cli
|
||||
username: yzhb
|
||||
password: yzhb
|
||||
|
||||
localizer:
|
||||
enabled: false
|
||||
|
|
|
|||
Loading…
Reference in New Issue