From a979b4ac22ddaba5012d32bbce2f1e44144e13d3 Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期三, 19 三月 2025 17:32:15 +0800
Subject: [PATCH] fix:新增重置密码接口

---
 LifePayment/LifePayment.Host/LifePaymentServices.Application.Contracts.xml |   39 ++++++++++++++++++++++++++++++++++++++-
 1 files changed, 38 insertions(+), 1 deletions(-)

diff --git a/LifePayment/LifePayment.Host/LifePaymentServices.Application.Contracts.xml b/LifePayment/LifePayment.Host/LifePaymentServices.Application.Contracts.xml
index cc63059..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,11 @@
         <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">
@@ -1511,6 +1526,11 @@
             澶囨敞
             </summary>
         </member>
+        <member name="T:LifePayment.Application.Contracts.ResetPasswordBaseInput">
+            <summary>
+            閲嶇疆瀵嗙爜鍩虹杈撳叆鍙傛暟
+            </summary>
+        </member>
         <member name="P:LifePayment.Application.Contracts.UpdateBackClientUserInput.Id">
             <summary>
             鐢ㄦ埛Id
@@ -1660,6 +1680,13 @@
             <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>
             鎵嬫満鍙�
@@ -1690,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>
             鐢ㄦ埛鍚�
@@ -1715,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