1.调整开发端微信支付回调参数,保证测试环境能正常使用微信支付功能

2.调整送水订单显示用户具体收货地址业务
This commit is contained in:
2026-05-08 09:36:05 +08:00
parent f3dc242b5c
commit 82ce775807
4 changed files with 40 additions and 22 deletions

View File

@@ -254,7 +254,7 @@ payment:
# 开发环境配置
dev:
# 开发环境回调地址(本地调试用)
notify-url: "http://frps-10550.s209.websoft.top/api/shop/shop-order/notify"
notify-url: "https://glt-dev-api.websoft.top/api/shop/shop-order/notify"
# 开发环境是否启用环境感知
environment-aware: true