feat(notification): 增加送水订单新单通知配送员功能

- 在订单创建成功后异步通知所有在线配送员有新订单信息
- 查询在线且启用状态的配送员列表,并发送微信订阅消息提醒
- 新增 GltSubscribeMessageService 接口及实现,封装微信小程序订阅消息发送逻辑
- 实现新订单和订单状态变更的微信订阅消息发送方法
- 配置Redis缓存access_token,提升微信接口调用效率
- 日志记录订阅消息发送状态及异常,确保通知稳定性
- ShopDealerUser实体新增分销商等级字段
- ShopGoods实体支持活动方式和配送方式字段增加相关查询条件
- 更新相关Mapper XML文件增加对dealerLevel、activityType及deliveryMode字段的支持
- 修改application-glt2.yml更新Redis host配置
This commit is contained in:
2026-04-10 02:16:59 +08:00
parent 6e2ba02705
commit 498a47977e
9 changed files with 373 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ spring:
# redis
redis:
database: 0
host: 8.134.55.105
host: 47.107.249.41
port: 16379
password: redis_t74P8C