Commit 5700994a authored by yinxiaoling's avatar yinxiaoling

地址修改

parent 204aff0e
...@@ -292,7 +292,7 @@ class StrategyService ...@@ -292,7 +292,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://test117.ciopaas.com/api/addJsonNoLogin"; $url = "https://aic.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