【新增】增加支付宝支付功能,方便APP调用。

This commit is contained in:
大灰灰
2022-09-15 00:35:15 +08:00
parent 0f922e1f32
commit a3630fecc0
12 changed files with 197 additions and 27 deletions

View File

@@ -413,10 +413,7 @@ namespace CoreCms.Net.Configuration
/// 微信自定义交易组件-同步创建售后单
/// </summary>
public const string TransactionComponentAfterSaleCreateSync = "TransactionComponentAfterSaleCreateSyncQueue";
//用户相关
@@ -428,6 +425,10 @@ namespace CoreCms.Net.Configuration
//发送微信模板消息
public const string MessageSendWxMessageTemplet = "MessageSendWxMessageTempletQueue";
/// <summary>
/// 支付宝支付成功后推送到接口进行数据处理
/// </summary>
public const string AliPayNotice = "AliPayNoticeQueue";
}