From a3f1926a7530fd4a3b9196824a8e8b00c693e6e3 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期二, 01 四月 2025 11:11:50 +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