| | |
| | | using Nest; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | |
| | | namespace LifePayment.Domain.Shared; |
| | | namespace LifePayment.Domain.Shared; |
| | | |
| | | public static class ACOOLYConstant |
| | | { |
| | |
| | | /// 提交燃气订单 |
| | | /// </summary> |
| | | public const string ConfirmGasOrder = "confirmGasOrder"; |
| | | /// <summary> |
| | | /// 查询燃气支持商户 |
| | | /// </summary> |
| | | public const string QueryGasOrgType = "queryGasOrgType"; |
| | | |
| | | /// <summary> |
| | | /// 获取电费面值 |
| | |
| | | public const string PROCESSING = "PROCESSING"; |
| | | } |
| | | |
| | | public static class Status |
| | | { |
| | | public const string 充值成功 = "SUCCESS"; |
| | | |
| | | public const string 充值中 = "PROCESSING"; |
| | | |
| | | public const string 充值失败 = "FAIL"; |
| | | |
| | | public const string 退款中 = "REFUNDING"; |
| | | |
| | | public const string 退款完成 = "REFUND_CLOSE"; |
| | | |
| | | public const string 失败关闭 = "FAIL_CLOSE"; |
| | | } |
| | | |
| | | public const string NotifyUrl = "/api/ACOOLYNotify/ACOOLYNotify"; |
| | | } |