Commit 41822051 authored by 贾浩@五瓣科技's avatar 贾浩@五瓣科技

fix task status

parent b9f5ba5d
......@@ -23,6 +23,7 @@ func (s *Service) CreateTask(req *apiModel.CreateTaskRequest) (taskId int, err e
Start: req.Start,
End: req.End,
Daily: *req.Daily,
Enable: true,
}
config := dao.TwitterConfig{
APIKey: req.TwitterAPIKey,
......
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