zhengyiming
2025-03-24 83a08a9f1649342cce4281a5f85b2eaae60aebac
修改 code缓存时间
2个文件已修改
12 ■■■■■ 已修改文件
LifePayment/LifePayment.Application/User/AccountService.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
LifePayment/LifePayment.Host/LifePaymentServices.Application.Contracts.xml 10 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
LifePayment/LifePayment.Application/User/AccountService.cs
@@ -78,7 +78,7 @@
                {
                    await _distributedCache.SetAsync(code, res.OpenId, options: new Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions()
                    {
                        AbsoluteExpirationRelativeToNow = TimeSpan.FromMinutes(5)
                        AbsoluteExpirationRelativeToNow = TimeSpan.FromHours(24)
                    });
                }
LifePayment/LifePayment.Host/LifePaymentServices.Application.Contracts.xml
@@ -511,6 +511,16 @@
            结束完成时间
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.QueryLifePayRefundOrderListInput.BeginRefundTime">
            <summary>
            开始退款时间
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.QueryLifePayRefundOrderListInput.EndRefundTime">
            <summary>
            结束退款时间
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.QueryLifePayRefundOrderListInput.PayStatus">
            <summary>
            支付状态