Commit 63f945b3 authored by shajiaiming's avatar shajiaiming

fix

parent aea99a0b
......@@ -28,5 +28,7 @@ class TickerController extends Controller
{
$ticker_builder = ExchangeBuilderFactory::create('Huobi');
$ticker_builder->hotTickerUpdate();
echo date('Y-m-d H:i:s') .'更新成功' . PHP_EOL;
return 0;
}
}
\ No newline at end of file
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