From d6ffbd97603decf4d3922a697414f4f7cec30434 Mon Sep 17 00:00:00 2001 From: zhengyuxuan <zhengyuxuan1995> Date: 星期五, 28 三月 2025 11:13:26 +0800 Subject: [PATCH] fix:获取用户是否为管理员返回值优化 --- LifePayment/LifePayment.Host/LifePaymentServices.Application.Contracts.xml | 29 ++++++++++++++++++++++++++++- 1 files changed, 28 insertions(+), 1 deletions(-) diff --git a/LifePayment/LifePayment.Host/LifePaymentServices.Application.Contracts.xml b/LifePayment/LifePayment.Host/LifePaymentServices.Application.Contracts.xml index 8c914a4..b9a91d2 100644 --- a/LifePayment/LifePayment.Host/LifePaymentServices.Application.Contracts.xml +++ b/LifePayment/LifePayment.Host/LifePaymentServices.Application.Contracts.xml @@ -248,7 +248,7 @@ </member> <member name="M:LifePayment.Application.Contracts.ILifePayService.WxPayDomesticRefundsQuery(System.String)"> <summary> - 鏌ヨ寰俊鏀粯璁㈠崟淇℃伅 + 鏌ヨ寰俊閫�娆捐鍗曚俊鎭� </summary> <param name="outTradeNo"></param> <returns></returns> @@ -1624,6 +1624,21 @@ 璁拌处鏃堕棿 </summary> </member> + <member name="P:LifePayment.Application.Contracts.LifePayPhoneMesssageCodeLoginOutput.UserId"> + <summary> + 鐢ㄦ埛Id + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.LifePayPhoneMesssageCodeLoginOutput.IsBackClientUser"> + <summary> + 鏄惁鏄悗鍙扮敤鎴� + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.LifePayPhoneMesssageCodeLoginOutput.ChannlesNum"> + <summary> + 娓犻亾鍙� + </summary> + </member> <member name="P:LifePayment.Application.Contracts.RecordOperateHistoryEto.RelationId"> <summary> 鍏宠仈鍏崇郴ID @@ -2458,6 +2473,13 @@ <returns></returns> <exception cref="T:Volo.Abp.UserFriendlyException"></exception> </member> + <member name="M:LifePayment.Application.Contracts.IAccountService.LifePayUserMesssageByIduser(System.Guid)"> + <summary> + 鏍规嵁鐢ㄦ埛ID鑾峰彇鐢ㄦ埛鏄惁涓哄悗鍙扮鐞嗗憳 + </summary> + <param name="id"></param> + <returns></returns> + </member> <member name="M:LifePayment.Application.Contracts.IUserRoleService.ResetPassword(LifePayment.Application.Contracts.ResetPasswordBaseInput)"> <summary> 閲嶇疆瀵嗙爜 @@ -2470,6 +2492,11 @@ 鎵嬫満鍙� </summary> </member> + <member name="P:LifePayment.Application.Contracts.LifePayUserMesssageByIduserInput.Id"> + <summary> + 鐢ㄦ埛缂栧彿 + </summary> + </member> <member name="P:LifePayment.Application.Contracts.WxMiniAppIndentityInfo.SessionKey"> <summary> 浼氳瘽瀵嗛挜 -- Gitblit v1.9.1