mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 16:03:25 +08:00
【优化】移除旧版微信自定义交易组件相关配置常量及定时任务信息。
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
//用户相关
|
||||
|
||||
//订单支付成功后,用户升级处理
|
||||
|
||||
Reference in New Issue
Block a user