|
@@ -12,8 +12,9 @@
|
|
|
public string refpid { get; set; } = string.Empty;
|
|
public string refpid { get; set; } = string.Empty;
|
|
|
public string cookies { get; set; } = string.Empty;
|
|
public string cookies { get; set; } = string.Empty;
|
|
|
public string user_agent { get; set; } = string.Empty;
|
|
public string user_agent { get; set; } = string.Empty;
|
|
|
- public DateTime create_time { get; set; }
|
|
|
|
|
- public DateTime last_time { get; set; }
|
|
|
|
|
|
|
+ public DateTime create_time { get; set; } = DateTime.Now;
|
|
|
|
|
+ public DateTime last_time { get; set; } = DateTime.Now;
|
|
|
|
|
+ public DateTime login_time { get; set; } = DateTime.Now;
|
|
|
public bool status { get; set; }
|
|
public bool status { get; set; }
|
|
|
public string nodeName { get; set; } = string.Empty;
|
|
public string nodeName { get; set; } = string.Empty;
|
|
|
public decimal current_amt { get; set; } = 0;
|
|
public decimal current_amt { get; set; } = 0;
|
|
@@ -27,7 +28,7 @@
|
|
|
public bool enable_coupon { get; set; } = false;
|
|
public bool enable_coupon { get; set; } = false;
|
|
|
public bool enable_sync_order { get; set; } = false;
|
|
public bool enable_sync_order { get; set; } = false;
|
|
|
public bool enable_promotionQuery { get; set; } = false;
|
|
public bool enable_promotionQuery { get; set; } = false;
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
|
|
|
|
|
public string appkey { get; set; } = string.Empty;
|
|
public string appkey { get; set; } = string.Empty;
|
|
|
public string appSecret { get; set; } = string.Empty;
|
|
public string appSecret { get; set; } = string.Empty;
|