namespace LifePayment.Domain.Shared; public static class ACOOLYConstant { /// /// 服务码 /// public static class Sevice { /// /// 获取燃气面值 /// public const string GasParValue = "gasParValue"; /// /// 提交燃气订单 /// public const string ConfirmGasOrder = "confirmGasOrder"; /// /// 查询燃气支持商户 /// public const string QueryGasOrgType = "queryGasOrgType"; /// /// 获取电费面值 /// public const string ElectricParValue = "electricParValue"; /// /// 提交电费订单 /// public const string ConfirmElectricOrder = "confirmElectricOrder"; /// /// 获取电话费面值 /// public const string PhoneParValue = "phoneParValue"; /// /// 提交电话费订单 /// public const string ConfirmPhoneOrder = "confirmPhoneOrder"; /// /// 登录 /// public const string Login = "login"; /// /// 获取充值区域 /// public const string ElectricSupportArea = "queryElectricSupportArea"; } public static class Code { public const string SUCCESS = "SUCCESS"; public const string PROCESSING = "PROCESSING"; } public const string NotifyUrl = "/api/ACOOLYNotify/ACOOLYNotify"; }