From 714bb0a6dff6d7c7f199c7080d264990018f8b35 Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期四, 27 三月 2025 09:01:46 +0800
Subject: [PATCH] fx:bug修复

---
 LifePayment/LifePayment.Host/LifePaymentServices.Application.Contracts.xml |    5 +++++
 LifePayment/LifePayment.Host/LifePaymentService.HttpApi.xml                |    2 +-
 LifePayment/LifePayment.Application/Setting/CommonService.cs               |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/LifePayment/LifePayment.Application/Setting/CommonService.cs b/LifePayment/LifePayment.Application/Setting/CommonService.cs
index 842a935..3c4c510 100644
--- a/LifePayment/LifePayment.Application/Setting/CommonService.cs
+++ b/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);
             }
diff --git a/LifePayment/LifePayment.Host/LifePaymentService.HttpApi.xml b/LifePayment/LifePayment.Host/LifePaymentService.HttpApi.xml
index a4edee5..1ee0e60 100644
--- a/LifePayment/LifePayment.Host/LifePaymentService.HttpApi.xml
+++ b/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>
diff --git a/LifePayment/LifePayment.Host/LifePaymentServices.Application.Contracts.xml b/LifePayment/LifePayment.Host/LifePaymentServices.Application.Contracts.xml
index f90c317..dac2ea7 100644
--- a/LifePayment/LifePayment.Host/LifePaymentServices.Application.Contracts.xml
+++ b/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

--
Gitblit v1.9.1