lingling
2025-03-14 1b62e001474c3887934d514d7f32dedb55b01cf8
LifePayment/LifePayment.Host/LifePaymentServices.Application.Contracts.xml
@@ -22,6 +22,18 @@
            </summary>
            <returns></returns>
        </member>
        <member name="M:LifePayment.Application.Contracts.ILifePayService.GetGasParValue">
            <summary>
            获取燃气面值
            </summary>
            <returns></returns>
        </member>
        <member name="M:LifePayment.Application.Contracts.ILifePayService.GetGasOrgType">
            <summary>
            获取燃气支持商户
            </summary>
            <returns></returns>
        </member>
        <member name="M:LifePayment.Application.Contracts.ILifePayService.LifePaySuccessHandler(System.String,System.String)">
            <summary>
            支付成功回调处理
@@ -53,6 +65,13 @@
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:LifePayment.Application.Contracts.ILifePayService.CreateLifePayGasOrder(LifePayment.Application.Contracts.CreateLifePayOrderInput{LifePayment.Application.Contracts.LifeGasData})">
            <summary>
            创建生活缴费燃气订单
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:LifePayment.Application.Contracts.ILifePayService.RefundLifePayOrder(LifePayment.Application.Contracts.RefundLifePayOrderInput)">
            <summary>
            退款生活缴费订单
@@ -60,6 +79,27 @@
            <param name="input"></param>
            <returns></returns>
            <exception cref="T:Volo.Abp.UserFriendlyException"></exception>
        </member>
        <member name="M:LifePayment.Application.Contracts.ILifePayService.RefundUserLifePayOrder(LifePayment.Application.Contracts.RefundUserLifePayOrderInput)">
            <summary>
            用户发起生活缴费退款
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:LifePayment.Application.Contracts.ILifePayService.AddUpdateUserAccount(LifePayment.Application.Contracts.AddUpdateUserAccountInput)">
            <summary>
            用户修改户号信息
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:LifePayment.Application.Contracts.ILifePayService.DeleteUserAccount(System.Guid)">
            <summary>
            删除用户户号
            </summary>
            <param name="id"></param>
            <returns></returns>
        </member>
        <member name="M:LifePayment.Application.Contracts.ILifePayService.GetRate">
            <summary>
@@ -74,9 +114,23 @@
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:LifePayment.Application.Contracts.ILifePayService.GetUserLifePayOrderDetail(System.String)">
            <summary>
            获取我的订单详情
            </summary>
            <param name="orderNo"></param>
            <returns></returns>
        </member>
        <member name="M:LifePayment.Application.Contracts.ILifePayService.GetUserPage(ZeroD.Util.PageInput)">
            <summary>
            获取用户分页数据
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:LifePayment.Application.Contracts.ILifePayService.GetAccountPage(LifePayment.Application.Contracts.QueryUserAccountListInput)">
            <summary>
            获取用户户号分页数据
            </summary>
            <param name="input"></param>
            <returns></returns>
@@ -93,6 +147,34 @@
            根据订单号获取支付状态
            </summary>
            <param name="orderNo"></param>
            <returns></returns>
        </member>
        <member name="M:LifePayment.Application.Contracts.ILifePayService.GetLifePayChannlesPage(ZeroD.Util.PageInput)">
            <summary>
            获取渠道分页
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:LifePayment.Application.Contracts.ILifePayService.GetUserAccountList(LifePayment.Application.Contracts.QueryUserAccountListInput)">
            <summary>
            获取我的户号列表
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:LifePayment.Application.Contracts.ILifePayService.GetUserAccountAllList(LifePayment.Application.Contracts.QueryUserAccountAllListInput)">
            <summary>
            获取我的全部户号列表
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="M:LifePayment.Application.Contracts.ILifePayService.GetUserAccountDetail(System.Guid)">
            <summary>
            获取我的户号详情
            </summary>
            <param name="id"></param>
            <returns></returns>
        </member>
        <member name="M:LifePayment.Application.Contracts.ILifePayService.SetLifePayOrderPayType(LifePayment.Domain.Shared.SetLifePayOrderPayTypeInput,System.String)">
@@ -120,6 +202,11 @@
            <param name="amount"></param>
            <returns></returns>
            <exception cref="T:Volo.Abp.UserFriendlyException"></exception>
        </member>
        <member name="P:LifePayment.Application.Contracts.CreateLifePayOrderInput`1.ChannelId">
            <summary>
            渠道名称
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePhoneData.IspCode">
            <summary>
@@ -174,6 +261,31 @@
        <member name="P:LifePayment.Application.Contracts.LifeElectricData.SixID">
            <summary>
            客户身份证后6位,南网必传。
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifeGasData.ParValue">
            <summary>
            充值面额,单位为元。
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifeGasData.GasOrgType">
            <summary>
            天然气公司类型,"zhong_ran"代表中燃燃气,"bei_jing"代表北京燃气。
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifeGasData.GasAccount">
            <summary>
            燃气户号
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifeGasData.Province">
            <summary>
            省份
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifeGasData.City">
            <summary>
            城市
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.CreateLifePayOrderInput.PhoneNumber">
@@ -241,9 +353,19 @@
            订单参数详情
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.CreateLifePayOrderInput.ChannelId">
            <summary>
            下单渠道
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.QueryLifePayOrderListInput.LifePayOrderType">
            <summary>
            订单类型
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.QueryLifePayOrderListInput.LifePayType">
            <summary>
            生活缴费支付类型
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.QueryLifePayOrderListInput.BeginPayTime">
@@ -281,6 +403,66 @@
            用户Id
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.QueryLifePayOrderListInput.KeyWords">
            <summary>
            搜索关键词
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.RefundUserLifePayOrderInput.UserId">
            <summary>
            用户Id
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.QueryUserAccountListInput.UserId">
            <summary>
            用户Id
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.QueryUserAccountAllListInput.UserId">
            <summary>
            用户Id
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.AddUpdateUserAccountInput.UserId">
            <summary>
            用户编号
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.AddUpdateUserAccountInput.LifePayType">
            <summary>
            生活缴费类型
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.AddUpdateUserAccountInput.Operators">
            <summary>
            运营商
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.AddUpdateUserAccountInput.Content">
            <summary>
            手机号/户号
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.AddUpdateUserAccountInput.Province">
            <summary>
            省
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.AddUpdateUserAccountInput.City">
            <summary>
            市
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.AddUpdateUserAccountInput.ExtraProperties">
            <summary>
            拓展字段(电费类型)
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.AddUpdateUserAccountInput.Remark">
            <summary>
            备注
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.UserListOutput.PhoneNumber">
            <summary>
            用户手机号
@@ -294,6 +476,11 @@
        <member name="P:LifePayment.Application.Contracts.LifePayOrderListOutput.LifePayType">
            <summary>
            生活缴费支付类型
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayOrderListOutput.ChannelName">
            <summary>
            渠道名称
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayOrderListOutput.LifePayOrderType">
@@ -354,6 +541,51 @@
        <member name="P:LifePayment.Application.Contracts.LifePayOrderListOutput.CreationTime">
            <summary>
            下单时间
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayOrderListOutput.RefundTime">
            <summary>
            退款时间
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayOrderListTemplate.CreationTime">
            <summary>
            下单时间
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayOrderListTemplate.RechargeAmount">
            <summary>
            充值金额
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayOrderListTemplate.DiscountAmount">
            <summary>
            优惠金额
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayOrderListTemplate.PayAmount">
            <summary>
            实付金额
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayOrderListTemplate.PayTime">
            <summary>
            支付时间
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayOrderListTemplate.PayStatus">
            <summary>
            支付状态
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayOrderListTemplate.LifePayOrderStatus">
            <summary>
            订单状态
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayOrderListTemplate.FinishTime">
            <summary>
            完成时间
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.UserLifePayOrderOutput.LifePayType">
@@ -421,6 +653,81 @@
            退款时间
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.UserLifePayOrderOutput.RefundCredentialsImgUrl">
            <summary>
            退款凭证
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.UserLifePayOrderOutput.ACOOLYOrderNo">
            <summary>
            渠道流水号
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.UserLifePayOrderRefundOutput.Id">
            <summary>
            订单编号
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.UserLifePayOrderRefundOutput.OrderNo">
            <summary>
            订单号
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.UserLifePayOrderRefundOutput.RefundApplyRemark">
            <summary>
            退款原因
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.UserLifePayOrderRefundOutput.RefundCheckRemark">
            <summary>
            后台填写的驳回原因
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.UserLifePayOrderRefundOutput.LifePayOrderStatus">
            <summary>
            订单状态
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.UserAccountOutput.LifePayType">
            <summary>
            生活缴费类型
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.UserAccountOutput.Operators">
            <summary>
            运营商
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.UserAccountOutput.Content">
            <summary>
            手机号/户号
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.UserAccountOutput.Province">
            <summary>
            省
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.UserAccountOutput.City">
            <summary>
            市
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.UserAccountOutput.ExtraProperties">
            <summary>
            拓展字段(电费类型)
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.UserAccountOutput.Remark">
            <summary>
            备注
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.UserAccountOutput.CreationTime">
            <summary>
            创建时间
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.RecordOperateHistoryEto.RelationId">
            <summary>
            关联关系ID
@@ -456,5 +763,19 @@
            用户id
            </summary>
        </member>
        <member name="M:LifePayment.Application.Contracts.IAccountService.LifePayPhoneMesssageCodeLogin(LifePayment.Application.Contracts.LifePayPhoneMesssageCodeLoginInput)">
            <summary>
            手机验证码登录
            版本说明:使用验证码管理去校验和失效对应业务的验证码
            </summary>
            <param name="input"></param>
            <returns></returns>
            <exception cref="T:Volo.Abp.UserFriendlyException"></exception>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayPhoneMesssageCodeLoginInput.PhoneNumber">
            <summary>
            手机号
            </summary>
        </member>
    </members>
</doc>