mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 17:43:26 +08:00
【新增】增加支付宝支付功能,方便APP调用。
This commit is contained in:
@@ -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";
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user