lingling
2025-03-14 70c08d5a565139b440b73d8b9d9c8c20c7942cd6
LifePayment/LifePayment.Domain/ACOOLY/ACOOLYClient.cs
@@ -1,24 +1,14 @@
using LifePayment.Application.Contracts;
using LifePayment.Domain.Shared;
using LifePayment.Domain.Shared;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using Newtonsoft.Json;
using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net.Http;
using System.Reflection;
using System.Security.Cryptography;
using System.Security.Policy;
using System.Text;
using System.Threading.Tasks;
using System.Web;
using Volo.Abp.Application.Services;
using Volo.Abp.Domain.Services;
using ZeroD.Util;
using ZeroD.Util.Fadd;
namespace LifePayment.Domain
{