This commit is contained in:
PastSaid
2024-04-29 17:57:07 +08:00
parent e1e6cba475
commit 16fbd10312
123 changed files with 5923 additions and 18677 deletions

View File

@@ -0,0 +1,20 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace E_ZKEcc.Domian
{
[Serializable]
public class ApiInfoDomian
{
public string appKey { get; set; }
public string appSecret { get; set; }
public string apiVersion { get; set; }
public string serverUrl { get; set; }
}
}