Commit 9a61bd56 authored by shajiaiming's avatar shajiaiming

Merge branch 'feature/ticker' into 'master'

修复已知问题 See merge request !165
parents 6aa9465f 9ae5df4f
...@@ -17,7 +17,7 @@ class TickerUpdateController extends Controller ...@@ -17,7 +17,7 @@ class TickerUpdateController extends Controller
*/ */
public function actionIndex() public function actionIndex()
{ {
$class = ['Binance', 'Huobi', 'Zhaobi']; $class = ['Binance', 'HuoBi', 'Zhaobi'];
foreach ($class as $val) { foreach ($class as $val) {
go(function () use ($val) { go(function () use ($val) {
\Co::sleep(0.5); \Co::sleep(0.5);
......
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