From e7d1ef3eef4dcbec4f7fae27542e94cc0bbf89c8 Mon Sep 17 00:00:00 2001 From: zhengyuxuan <zhengyuxuan1995> Date: 星期三, 02 四月 2025 17:18:19 +0800 Subject: [PATCH] fix:bug修复 --- LifePayment/LifePayment.Domain/ACOOLY/ACOOLYManager.cs | 18 +++++++----------- 1 files changed, 7 insertions(+), 11 deletions(-) diff --git a/LifePayment/LifePayment.Domain/ACOOLY/ACOOLYManager.cs b/LifePayment/LifePayment.Domain/ACOOLY/ACOOLYManager.cs index be502bc..16b7128 100644 --- a/LifePayment/LifePayment.Domain/ACOOLY/ACOOLYManager.cs +++ b/LifePayment/LifePayment.Domain/ACOOLY/ACOOLYManager.cs @@ -1,17 +1,7 @@ -锘縰sing LifePayment.Application; -using LifePayment.Application.Contracts; -using LifePayment.Domain.Shared; -using Microsoft.AspNetCore.Components.Forms; +锘縰sing 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; @@ -39,6 +29,12 @@ 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> -- Gitblit v1.9.1