mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 18:03:27 +08:00
【优化】移除旧版微信自定义交易组件相关配置常量及定时任务信息。
This commit is contained in:
@@ -299,9 +299,6 @@ namespace CoreCms.Net.Services
|
||||
|
||||
orderInfo.billAftersalesId = afterSalesId;
|
||||
|
||||
// 微信自定义交易组件-同步创建售后单
|
||||
await _redisOperationRepository.ListLeftPushAsync(RedisMessageQueueKey.TransactionComponentAfterSaleCreateSync, JsonConvert.SerializeObject(orderInfo));
|
||||
|
||||
jm.status = true;
|
||||
jm.data = billAftersales;
|
||||
jm.msg = "售后申请成功!";
|
||||
|
||||
@@ -343,9 +343,6 @@ namespace CoreCms.Net.Services
|
||||
//订单更新发货状态,发送各种消息
|
||||
await OrderShip(orderInfo, items, billDelivery, storeId);
|
||||
|
||||
//发货同步处理
|
||||
await _redisOperationRepository.ListLeftPushAsync(RedisMessageQueueKey.TransactionComponentOrderShipSync, billDelivery.deliveryId);
|
||||
|
||||
jm.status = true;
|
||||
jm.msg = "发货成功";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user