zhengyuxuan
2025-03-27 714bb0a6dff6d7c7f199c7080d264990018f8b35
fx:bug修复
3个文件已修改
9 ■■■■ 已修改文件
LifePayment/LifePayment.Application/Setting/CommonService.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
LifePayment/LifePayment.Host/LifePaymentService.HttpApi.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
LifePayment/LifePayment.Host/LifePaymentServices.Application.Contracts.xml 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
LifePayment/LifePayment.Application/Setting/CommonService.cs
@@ -41,7 +41,7 @@
                OnlineService onlineService = new OnlineService()
                {
                    Id = Guid.NewGuid(),
                    Link = input
                    Link = input.Link
                };
                await _onlineServiceRepository.InsertAsync(onlineService);
            }
LifePayment/LifePayment.Host/LifePaymentService.HttpApi.xml
@@ -354,7 +354,7 @@
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:LifePayment.HttpApi.LifePayController.UpdateOnlineService(System.String)">
        <member name="M:LifePayment.HttpApi.LifePayController.UpdateOnlineService(LifePayment.Application.Contracts.OnlineServiceInput)">
            <summary>
            在线客服配置
            </summary>
LifePayment/LifePayment.Host/LifePaymentServices.Application.Contracts.xml
@@ -1523,6 +1523,11 @@
            昨日活跃用户
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.OnlineServiceInput.Link">
            <summary>
            在线客服链接
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.RecordOperateHistoryEto.RelationId">
            <summary>
            关联关系ID