zhengyiming
2025-06-10 de906e51358b814f614fc1b0b595a298640c6e51
LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs
@@ -15,6 +15,7 @@
using Volo.Abp.AspNetCore.Mvc;
using Volo.Abp.AspNetCore.WebClientInfo;
using ZeroD.Util;
using ZeroD.Util.Fadd;
namespace LifePayment.HttpApi
{
@@ -161,6 +162,18 @@
        }
        /// <summary>
        /// 话费订单查询
        /// </summary>
        /// <param name="input"></param>
        /// <returns></returns>
        [HttpPost]
        [AllowAnonymous]
        public async Task<QueryPhoneOrderResponse> QueryPhoneOrder(QueryPhoneOrderRequestInput input)
        {
            return await _lifePayService.QueryPhoneOrder(input);
        }
        /// <summary>
        /// 获取燃气面值
        /// </summary>
        /// <returns></returns>