From bfd823a681cdc2d86a8af398e50a9c151cb41aac Mon Sep 17 00:00:00 2001 From: zhengyuxuan <zhengyuxuan1995> Date: 星期四, 03 四月 2025 13:39:26 +0800 Subject: [PATCH] 暂存 --- 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