sunpengfei
2025-06-12 8cffc2cde22edfa1378f5d0e7b9780aa31c6e8ba
LifePayment/LifePayment.Domain/ACOOLY/ACOOLYManager.cs
@@ -1,17 +1,7 @@
using LifePayment.Application;
using LifePayment.Application.Contracts;
using LifePayment.Domain.Shared;
using Microsoft.AspNetCore.Components.Forms;
using LifePayment.Domain.Shared;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Volo.Abp.Domain.Services;
using Volo.Abp.Users;
using ZeroD.Util.Fadd;
namespace LifePayment.Domain;
@@ -37,6 +27,12 @@
    {
        SetBaseInfo(input, ACOOLYConstant.Sevice.GasParValue);
        return await PostAsync<GasParValueRequestInput, GasParValueResponse>(input);
    }
    public async Task<GasOrgTypeValueResponse> GasOrgType(GasOrgTypeRequestInput input)
    {
        SetBaseInfo(input, ACOOLYConstant.Sevice.QueryGasOrgType);
        return await PostAsync<GasOrgTypeRequestInput, GasOrgTypeValueResponse>(input);
    }
    /// <summary>
@@ -154,6 +150,18 @@
    #region 话费
    /// <summary>
    /// 话费订单查询
    /// </summary>
    /// <param name="input"></param>
    /// <returns></returns>
    public async Task<QueryPhoneOrderResponse> QueryPhoneOrder(QueryPhoneOrderRequestInput input)
    {
        SetBaseInfo(input, ACOOLYConstant.Sevice.QueryPhoneOrder);
        return await PostAsync<QueryPhoneOrderRequestInput, QueryPhoneOrderResponse>(input);
    }
    /// <summary>
    /// 获取话费面值
    /// </summary>
    /// <param name="input"></param>