You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- using Newtonsoft.Json.Linq;
- using System;
- using System.Collections.Generic;
- using System.IO;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- using XExten.Advance.LinqFramework;
- using XExten.Advance.StaticFramework;
-
- namespace HKCardIN.Helper
- {
- public class DataBus
- {
- public static bool NetWordState { get; set; } = false;
- public static string SaasRoute { get; set; }
- public static string LockCode { get; set; }
- }
- public class ApiRoute
- {
- public const string PullUserAndCardInfo = "";
- public const string PushMoneyToServer = "";
- }
- }
|