zhengyuxuan
2025-03-20 149ce84eb71311ccd9719dc4a883aa9b6e63eeb6
LifePayment/LifePayment.Domain.Shared/ACOOLY/ACOOLYConstant.cs
@@ -62,5 +62,20 @@
        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";
}