From 31482ebd19de604e6c98df6962ad28adf71b784e Mon Sep 17 00:00:00 2001 From: zhengyuxuan <zhengyuxuan1995> Date: 星期五, 28 三月 2025 13:04:06 +0800 Subject: [PATCH] fix:接口更新 --- LifePayment/LifePayment.Host/LifePaymentServices.Application.Contracts.xml | 50 +++++++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 49 insertions(+), 1 deletions(-) diff --git a/LifePayment/LifePayment.Host/LifePaymentServices.Application.Contracts.xml b/LifePayment/LifePayment.Host/LifePaymentServices.Application.Contracts.xml index 1ea656f..95c97c8 100644 --- a/LifePayment/LifePayment.Host/LifePaymentServices.Application.Contracts.xml +++ b/LifePayment/LifePayment.Host/LifePaymentServices.Application.Contracts.xml @@ -232,11 +232,32 @@ <param name="id"></param> <returns></returns> </member> - <member name="M:LifePayment.Application.Contracts.ILifePayService.QueryGetAlipayTrade(LifePayment.Domain.Shared.OrderInQuiryInput)"> + <member name="M:LifePayment.Application.Contracts.ILifePayService.QueryAlipayTrade(LifePayment.Domain.Shared.OrderInQuiryInput)"> <summary> 鏌ヨ鏀粯瀹濇敮浠樿鍗曚俊鎭� </summary> <param name="input"></param> + <returns></returns> + </member> + <member name="M:LifePayment.Application.Contracts.ILifePayService.QueryAlipayTradeRefund(LifePayment.Domain.Shared.OrderInQuiryInput)"> + <summary> + 鏌ヨ鏀粯瀹濋��娆捐鍗曚俊鎭� + </summary> + <param name="input"></param> + <returns></returns> + </member> + <member name="M:LifePayment.Application.Contracts.ILifePayService.WxPayDomesticRefundsQuery(System.String)"> + <summary> + 鏌ヨ寰俊閫�娆捐鍗曚俊鎭� + </summary> + <param name="outTradeNo"></param> + <returns></returns> + </member> + <member name="M:LifePayment.Application.Contracts.ILifePayService.WxPayTradeQuery(System.String)"> + <summary> + 鏌ヨ寰俊璁㈠崟淇℃伅 + </summary> + <param name="outTradeNo"></param> <returns></returns> </member> <member name="M:LifePayment.Application.Contracts.ILifePayService.SetLifePayOrderPayType(LifePayment.Domain.Shared.SetLifePayOrderPayTypeInput,System.String)"> @@ -1610,6 +1631,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 @@ -2444,6 +2480,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> 閲嶇疆瀵嗙爜 @@ -2456,6 +2499,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