ljw 2026-05-13 15:06:15 +08:00
parent f93f1cc765
commit 3bd6fde865
2 changed files with 25 additions and 25 deletions

View File

@ -33,10 +33,10 @@ spring:
- /operationManual/appShow - /operationManual/appShow
app: app:
default-place: default-place:
province: 340000 province: 320000
city: 341100 city: 320500
province-name: 安徽 province-name: 江苏
city-name: 州市 city-name: 州市
oss: oss:
type: ali type: ali
@ -94,10 +94,10 @@ doubao:
api-key: e0fc97bb-2bb6-4525-a79b-1e3555026821 api-key: e0fc97bb-2bb6-4525-a79b-1e3555026821
mqtt: mqtt:
enabled: true enabled: true
broker: tcp://139.224.54.144:1883 broker: tcp://8.153.97.33:1883
client-id: njzscloud-svr1 client-id: hsf_yzhb1
username: gps username: yzhb
password: TKG4TV3dF7CeazDnUdCF password: yzhb
hsoa: hsoa:
base-url: http://60.173.195.121:9908 base-url: http://60.173.195.121:9908

View File

@ -2,9 +2,9 @@ spring:
application: application:
name: greenfrog name: greenfrog
datasource: 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 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: zsy username: root
password: DtRcBCWYmMSd7Vre2jT password: root_hsf
security: security:
auth-ignores: auth-ignores:
- /auth/obtain_code - /auth/obtain_code
@ -33,19 +33,19 @@ spring:
app: app:
in-out-gap: 180 in-out-gap: 180
default-place: default-place:
province: 340000 province: 320000
city: 341100 city: 320500
province-name: 安徽 province-name: 江苏
city-name: 州市 city-name: 州市
oss: oss:
type: ali type: ali
ali: ali:
region: cn-shanghai region: cn-shanghai
endpoint: oss-cn-shanghai.aliyuncs.com endpoint: oss-cn-shanghai.aliyuncs.com
access-key: LTAI5t96qDgWDzu5rSRHUttZ access-key: LTAI5t7MCiuNNphbELMRWPmY
secret-key: GS9wh0stna11POzBXG7kzh0lKYvhkg secret-key: wXM95i4IbhpQcNdsUSN8fvch33N2nc
bucket-name: czxcsy-cdn bucket-name: hsfcdn
mybatis-plus: mybatis-plus:
tunnel: tunnel:
@ -54,8 +54,8 @@ mybatis-plus:
wechat: wechat:
# app-id: wx3c06d9dd4e56c58d # app-id: wx3c06d9dd4e56c58d
# app-secret: ff280a71a4c06fc2956178f8c472ef96 # app-secret: ff280a71a4c06fc2956178f8c472ef96
app-id: wx989ea47a5ddf9bfb app-id: wxe650193f2e496af3
app-secret: 66c98dc487a372acb4f1931b38fee8ff app-secret: 28199bb5542a660e45c5e2b3b2ce6555
base-url: https://api.weixin.qq.com base-url: https://api.weixin.qq.com
pay: pay:
# 服务商 app-id # 服务商 app-id
@ -63,7 +63,7 @@ wechat:
# 服务商 mch-id # 服务商 mch-id
mch-id: 1659535913 mch-id: 1659535913
# 收款方 sub-mch-id # 收款方 sub-mch-id
sub-mch-id: 1729703110 sub-mch-id: 1111892847
# 分账方 sub-mch-id # 分账方 sub-mch-id
receiver-mch-id: 1649452354 receiver-mch-id: 1649452354
# 服务商API密钥32位字符串 # 服务商API密钥32位字符串
@ -76,9 +76,9 @@ wechat:
private-key-path: classpath:cert/apiclient_cert.p12 private-key-path: classpath:cert/apiclient_cert.p12
# private-key-path: D:/project/再昇云/代码/njzscloud/njzscloud-svr/src/main/resources/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: doubao:
api-name: api-key-20250411103646 api-name: api-key-20250411103646
api-key: e0fc97bb-2bb6-4525-a79b-1e3555026821 api-key: e0fc97bb-2bb6-4525-a79b-1e3555026821
@ -86,8 +86,8 @@ mqtt:
enabled: true enabled: true
broker: tcp://127.0.0.1:1883 broker: tcp://127.0.0.1:1883
client-id: greenfrog client-id: greenfrog
username: zsy username: yzhb
password: zsy_mqtt_cli password: yzhb
localizer: localizer:
enabled: false enabled: false