【优化】移除旧版微信自定义交易组件相关配置常量及定时任务信息。

This commit is contained in:
jianweie code
2023-11-15 15:18:56 +08:00
parent 84f8c5b1e7
commit 1a26d2b9e1
7 changed files with 0 additions and 445 deletions

View File

@@ -1737,10 +1737,6 @@ namespace CoreCms.Net.Web.Admin.Controllers
return jm;
}
//发货同步处理
await _redisOperationRepository.ListLeftPushAsync(RedisMessageQueueKey.TransactionComponentOrderShipSync, delivery.deliveryId);
jm.code = 0;
jm.msg = "提交任务成功,请核实远端状态";