2025-03-28 09:49:56 +08:00

30 lines
745 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace WebService.SDK.ALLinPay
{
/// <summary>
/// 通联支付API枚举
/// </summary>
public class ALLinPayDictionary
{
public enum PayStatus
{
= 0000,
1 = 2000,
2 = 2008,
= 3014,
= 3031,
1=3045,
= 3088,
=3089,
= 3099,
= 3888,
= 3889,
2 = 3999
}
}
}