1
This commit is contained in:
20
00.SDK/E_ZKEccSDK/Domian/ApiInfoDomian.cs
Normal file
20
00.SDK/E_ZKEccSDK/Domian/ApiInfoDomian.cs
Normal 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; }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user