制作微信支付和支付宝支付后台管理及业务处理

This commit is contained in:
jianweie
2023-04-24 17:31:29 +08:00
parent fa6db21b2c
commit 6909aa57a1
33 changed files with 4652 additions and 253 deletions

View File

@@ -121,26 +121,6 @@ namespace CoreCms.Net.Configuration
public static readonly int MiddlewareConcurrencyLimiterRequestQueueLimit = AppSettingsHelper.GetContent("Middleware", "ConcurrencyLimiter", "RequestQueueLimit").ObjToInt(100);
#endregion
#region ================================================================================
/// <summary>
/// 微信支付回调
/// </summary>
public static readonly string PayCallBackWeChatPayUrl = AppSettingsHelper.GetContent("PayCallBack", "WeChatPayUrl");
/// <summary>
/// 微信退款回调
/// </summary>
public static readonly string PayCallBackWeChatRefundUrl = AppSettingsHelper.GetContent("PayCallBack", "WeChatRefundUrl");
/// <summary>
/// 支付宝支付回调
/// </summary>
public static readonly string PayCallBackAlipayUrl = AppSettingsHelper.GetContent("PayCallBack", "AlipayUrl");
/// <summary>
/// 支付宝退款回调
/// </summary>
public static readonly string PayCallBackAlipayRefundUrl = AppSettingsHelper.GetContent("PayCallBack", "AlipayRefundUrl");
#endregion
#region HangFire定时任务================================================================================
/// <summary>
/// 登录账号