namespace LotteryWebApp.Service { public class ApiConstants { public const string WEB = "WEB"; public const string WALLET = "WALLET"; public const string LOGIN = "LOGIN"; public const string REGIST = "REGIST"; public const string CANCEL = "CANCEL"; public const string RESETPASS = "RESETPASS"; public const string CHANGEPASS = "CHANGEPASS"; public const string SERVICE_ID = "1"; public const string WALLET_TOKEN = "xbdIk7T0KOO+o8W3ARwiCHBy6F3SrNl4sqmFkKLWRjhbgkrZ26KiSiwOXJW2Vg10a3jGqNqFbt+YqXgoXQDpaaP5zPt71pe9YKQ4rsqwz+E="; } }