Commit 2c06bbaf authored by yinxiaoling's avatar yinxiaoling

创建任务地址修改

parent f2725a8f
...@@ -293,7 +293,7 @@ class StrategyService ...@@ -293,7 +293,7 @@ class StrategyService
array_push($whereArr, ['strategy_sn',$strategySn]); array_push($whereArr, ['strategy_sn',$strategySn]);
} }
$taskInfo = StrategyTask::where($whereArr)->get()->toArray(); //获取当天需要新建任务的数据 $taskInfo = StrategyTask::where($whereArr)->get()->toArray(); //获取当天需要新建任务的数据
$url = "https://aic.ciopaas.com/api/addJsonNoLogin"; $url = "https://ai193.ciopaas.com/api/addJsonNoLogin";
if (empty($taskInfo)){ //没有需要处理的数据 if (empty($taskInfo)){ //没有需要处理的数据
return true; return true;
} }
......
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