Commit 255d5329 by jianshuqin

新增服务:同步4K接口的Amazon广告费

parent 653ba1f5
......@@ -39,7 +39,7 @@ namespace Bailun.DC.SyncAmazonAdFee
try
{
var now = DateTime.Now;
if (now.Hour == 17) //每天月的1日0点1分启动
if (now.Hour == 1) //每天1点启动
{
Console.WriteLine("开始启动 " + DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"));
Init();
......
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