| | |
| | | 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; |
| | | |
| | |
| | | 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> |
| | | /// 提交燃气订单 |
| | | /// </summary> |