Commit ea52cb84 by 泽锋 李

改成半小时推送一次

parent 7d9ae016
...@@ -13,6 +13,7 @@ namespace AutoTurnOver.Models ...@@ -13,6 +13,7 @@ namespace AutoTurnOver.Models
public string bailun_sku { get; set; } public string bailun_sku { get; set; }
public string warehouse_code { get; set; } public string warehouse_code { get; set; }
public string platform { get; set; }
public DateTime push_time { get; set; } public DateTime push_time { get; set; }
......
...@@ -33,7 +33,7 @@ namespace ShortagePush ...@@ -33,7 +33,7 @@ namespace ShortagePush
} }
Thread.Sleep(5 * 60 * 1000); Thread.Sleep(30 * 60 * 1000);
} }
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment