From 02f5cf149ac0fecd8c7ee67bf57fb814d8464ba4 Mon Sep 17 00:00:00 2001 From: zhengyuxuan <zhengyuxuan1995> Date: 星期三, 02 四月 2025 16:31:09 +0800 Subject: [PATCH] fix:统计bug修复 --- 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