From 9a940dde6bd6c4a4254da943cda37e6a68b20d63 Mon Sep 17 00:00:00 2001 From: lingling <kety1122@163.com> Date: 星期四, 20 三月 2025 16:47:05 +0800 Subject: [PATCH] 添加支付日志 --- LifePayment/LifePayment.Host/LifePaymentServices.Application.Contracts.xml | 69 ++++++++++++++++++++++++++++++++++ 1 files changed, 68 insertions(+), 1 deletions(-) diff --git a/LifePayment/LifePayment.Host/LifePaymentServices.Application.Contracts.xml b/LifePayment/LifePayment.Host/LifePaymentServices.Application.Contracts.xml index b32b266..0dad992 100644 --- a/LifePayment/LifePayment.Host/LifePaymentServices.Application.Contracts.xml +++ b/LifePayment/LifePayment.Host/LifePaymentServices.Application.Contracts.xml @@ -154,7 +154,7 @@ <param name="orderNo"></param> <returns></returns> </member> - <member name="M:LifePayment.Application.Contracts.ILifePayService.GetUserPage(ZeroD.Util.PageInput)"> + <member name="M:LifePayment.Application.Contracts.ILifePayService.GetUserPage(LifePayment.Application.Contracts.QueryUserPageInput)"> <summary> 鑾峰彇鐢ㄦ埛鍒嗛〉鏁版嵁 </summary> @@ -496,6 +496,16 @@ 澶囨敞 </summary> </member> + <member name="P:LifePayment.Application.Contracts.QueryUserPageInput.QueryCondition"> + <summary> + 鎵嬫満鍙�/鐢ㄦ埛鍚� + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.QueryUserPageInput.CreationTime"> + <summary> + 娉ㄥ唽鏃堕棿 + </summary> + </member> <member name="P:LifePayment.Application.Contracts.LifePayIntroInfoInput.LifePayType"> <summary> 鐢熸椿缂磋垂绫诲瀷 @@ -564,6 +574,21 @@ <member name="P:LifePayment.Application.Contracts.UserListOutput.PhoneNumber"> <summary> 鐢ㄦ埛鎵嬫満鍙� + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.UserListOutput.Name"> + <summary> + 濮撳悕 + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.UserListOutput.CreationChannle"> + <summary> + 鏈�鍚庣櫥褰曟笭閬� + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.UserListOutput.LastLoginChannle"> + <summary> + 鏈�鍚庣櫥褰曟笭閬� </summary> </member> <member name="P:LifePayment.Application.Contracts.LifePayOrderListOutput.PhoneNumber"> @@ -1456,6 +1481,11 @@ 瑙掕壊 </summary> </member> + <member name="P:LifePayment.Application.Contracts.CreateBackClientUserInput.ChannlesId"> + <summary> + 娓犻亾鍒楄〃 + </summary> + </member> <member name="P:LifePayment.Application.Contracts.CreateBackClientUserInput.CompanyOrgId"> <summary> 缁勭粐鏋舵瀯鍏徃id @@ -1494,6 +1524,11 @@ <member name="P:LifePayment.Application.Contracts.CreateBaseRoleInput.Remark"> <summary> 澶囨敞 + </summary> + </member> + <member name="T:LifePayment.Application.Contracts.ResetPasswordBaseInput"> + <summary> + 閲嶇疆瀵嗙爜鍩虹杈撳叆鍙傛暟 </summary> </member> <member name="P:LifePayment.Application.Contracts.UpdateBackClientUserInput.Id"> @@ -1537,6 +1572,11 @@ </summary> </member> <member name="P:LifePayment.Application.Contracts.UserDto.Roles"> + <summary> + 瑙掕壊淇℃伅 + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.UserDto.Channles"> <summary> 瑙掕壊淇℃伅 </summary> @@ -1616,6 +1656,16 @@ 澶囨敞 </summary> </member> + <member name="P:LifePayment.Application.Contracts.UserChannleDto.Id"> + <summary> + 娓犻亾Id + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.UserChannleDto.Name"> + <summary> + 娓犻亾鍚� + </summary> + </member> <member name="P:LifePayment.Application.Contracts.GetRolesInput.QueryCondition"> <summary> 鏌ヨ鏉′欢锛氳鑹插悕绉� @@ -1629,6 +1679,13 @@ <param name="input"></param> <returns></returns> <exception cref="T:Volo.Abp.UserFriendlyException"></exception> + </member> + <member name="M:LifePayment.Application.Contracts.IUserRoleService.ResetPassword(LifePayment.Application.Contracts.ResetPasswordBaseInput)"> + <summary> + 閲嶇疆瀵嗙爜 + </summary> + <param name="input"></param> + <returns></returns> </member> <member name="P:LifePayment.Application.Contracts.LifePayPhoneMesssageCodeLoginInput.PhoneNumber"> <summary> @@ -1660,6 +1717,11 @@ 鍚嶇О </summary> </member> + <member name="P:LifePayment.Application.Contracts.CreateAccountInput.Password"> + <summary> + 瀵嗙爜 + </summary> + </member> <member name="P:LifePayment.Application.Contracts.CreateAccountInput.UserName"> <summary> 鐢ㄦ埛鍚� @@ -1685,6 +1747,11 @@ 瑙掕壊 </summary> </member> + <member name="P:LifePayment.Application.Contracts.CreateAccountInput.ChannlesId"> + <summary> + 娓犻亾鍒楄〃 + </summary> + </member> <member name="P:LifePayment.Application.Contracts.CreateAccountInput.OpenId"> <summary> 灏忕▼搴廜penId -- Gitblit v1.9.1