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

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

@@ -404,26 +404,6 @@ namespace CoreCms.Net.Configuration
/// </summary>
public const string SmsQueue = "SmsQueue";
/// <summary>
/// 微信自定义交易组件-同步订单状态
/// </summary>
public const string TransactionComponentPayOrderSync = "TransactionComponentPayOrderSyncQueue";
/// <summary>
/// 微信自定义交易组件-订单发货
/// </summary>
public const string TransactionComponentOrderShipSync = "TransactionComponentOrderShipSyncQueue";
/// <summary>
/// 微信自定义交易组件-订单确认收货
/// </summary>
public const string TransactionComponentOrderDeliveryRecieveSync = "TransactionComponentOrderDeliveryRecieveSyncQueue";
/// <summary>
/// 微信自定义交易组件-同步创建售后单
/// </summary>
public const string TransactionComponentAfterSaleCreateSync = "TransactionComponentAfterSaleCreateSyncQueue";
//用户相关
//订单支付成功后,用户升级处理