From 1447caa6b184ee1e80970740e30fa970c3d08a78 Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期一, 31 三月 2025 13:54:38 +0800
Subject: [PATCH] Merge branch 'dev-lifepay-v1.3' of http://120.26.58.240:8888/r/LifePaymentApi into dev-lifepay-v1.3

---
 LifePayment/LifePayment.HttpApi/LifePay/UserRoleController.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/LifePayment/LifePayment.HttpApi/LifePay/UserRoleController.cs b/LifePayment/LifePayment.HttpApi/LifePay/UserRoleController.cs
index 48a0385..2be205b 100644
--- a/LifePayment/LifePayment.HttpApi/LifePay/UserRoleController.cs
+++ b/LifePayment/LifePayment.HttpApi/LifePay/UserRoleController.cs
@@ -202,13 +202,13 @@
         }
 
         /// <summary>
-        /// 鑾峰彇鐢ㄦ埛娓犻亾
+        /// 鑾峰彇鐢ㄦ埛璐﹀彿璇︽儏
         /// </summary>
         /// <returns></returns>
         [HttpGet]
-        public async Task<List<ChannelOutput>> GetUserChannel()
+        public async Task<BackClientUserInfoOutput> GetBackClientUserInfo()
         {
-            return await _accountService.GetUserChannel();
+            return await _accountService.GetBackClientUserInfo();
         }
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1