From 6bd99dec62246ddee3472fd810d1ed626a631840 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期一, 31 三月 2025 13:41:39 +0800
Subject: [PATCH] fix: s

---
 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