Browse Source

8月4日金豆正式地址

huangqizheng/feature-20250805200446-配置修改及充值导出修改
sunjiabei 2 weeks ago
parent
commit
16aeaf11e6
  1. 1
      src/main/resources/application-dev.yml
  2. 1
      src/main/resources/application-prod.yml
  3. 1
      src/main/resources/application-test.yml
  4. 2
      src/main/resources/application.yml

1
src/main/resources/application-dev.yml

@ -52,6 +52,7 @@ feishu:
webhook: webhook:
url: https://open.feishu.cn/open-apis/bot/v2/hook/384c78aa-8df1-498b-9c47-04e890ed9877 url: https://open.feishu.cn/open-apis/bot/v2/hook/384c78aa-8df1-498b-9c47-04e890ed9877
bean: bean:
# url: http://api.homilychart.com/hljwgo/api/wallet/recharge
url: http://39.101.133.168:8828/hljwgo/api/wallet/recharge url: http://39.101.133.168:8828/hljwgo/api/wallet/recharge
server: server:
port: 10704 port: 10704

1
src/main/resources/application-prod.yml

@ -54,6 +54,7 @@ feishu:
url: https://open.feishu.cn/open-apis/bot/v2/hook/1a515b19-b64f-46b7-9486-35842b9539fe url: https://open.feishu.cn/open-apis/bot/v2/hook/1a515b19-b64f-46b7-9486-35842b9539fe
bean: bean:
# url: http://api.homilychart.com/hljwgo/api/wallet/recharge
url: http://39.101.133.168:8828/hljwgo/api/wallet/recharge url: http://39.101.133.168:8828/hljwgo/api/wallet/recharge
server: server:

1
src/main/resources/application-test.yml

@ -52,6 +52,7 @@ feishu:
webhook: webhook:
url: https://open.feishu.cn/open-apis/bot/v2/hook/384c78aa-8df1-498b-9c47-04e890ed9877 url: https://open.feishu.cn/open-apis/bot/v2/hook/384c78aa-8df1-498b-9c47-04e890ed9877
bean: bean:
# url: http://api.homilychart.com/hljwgo/api/wallet/recharge
url: http://39.101.133.168:8828/hljwgo/api/wallet/recharge url: http://39.101.133.168:8828/hljwgo/api/wallet/recharge
server: server:
port: 8081 port: 8081

2
src/main/resources/application.yml

@ -103,7 +103,7 @@ file:
upload: upload:
url: http://39.101.133.168:8828/hljw/api/aws/upload url: http://39.101.133.168:8828/hljw/api/aws/upload
bean: bean:
# url: http://47.92.148.30:3003/mock/61/hljw/api/user/gold
# url: http://api.homilychart.com/hljwgo/api/wallet/recharge
url: http://39.101.133.168:8828/hljwgo/api/wallet/recharge url: http://39.101.133.168:8828/hljwgo/api/wallet/recharge
server: server:

Loading…
Cancel
Save