11 lines
212 B
C#
11 lines
212 B
C#
namespace AIMS.Infrastructure.CA
|
|
{
|
|
public class SignConfig
|
|
{
|
|
public string Url { get; set; }
|
|
public string AppToken { get; set; }
|
|
|
|
public string AppSecret { get; set; }
|
|
}
|
|
}
|