Commit f4f535f0 authored by shajiaiming's avatar shajiaiming

fix

parent 02ae148b
...@@ -41,7 +41,7 @@ class BinanceBuilder extends FactoryService ...@@ -41,7 +41,7 @@ class BinanceBuilder extends FactoryService
$temp['vol'] = (float)sprintf("%0.4f", $val['volume']); $temp['vol'] = (float)sprintf("%0.4f", $val['volume']);
$temp['optional'] = false; $temp['optional'] = false;
$temp['platform_zh'] = '币安'; $temp['platform_zh'] = '币安';
$temp['platform_us'] = 'Binance'; $temp['platform_us'] = 'binance';
array_push($ticker, $temp); array_push($ticker, $temp);
break; break;
} }
......
...@@ -41,7 +41,7 @@ class HuobiBuilder extends FactoryService ...@@ -41,7 +41,7 @@ class HuobiBuilder extends FactoryService
$temp['vol'] = (float)sprintf("%0.4f", $val['vol']); $temp['vol'] = (float)sprintf("%0.4f", $val['vol']);
$temp['optional'] = false; $temp['optional'] = false;
$temp['platform_zh'] = '火币'; $temp['platform_zh'] = '火币';
$temp['platform_us'] = 'HuoBi'; $temp['platform_us'] = 'huoBi';
array_push($ticker, $temp); array_push($ticker, $temp);
break; break;
} }
......
...@@ -45,7 +45,7 @@ class ZhaobiBuilder extends FactoryService ...@@ -45,7 +45,7 @@ class ZhaobiBuilder extends FactoryService
$temp['vol'] = (float)sprintf("%0.4f", $val['vol']); $temp['vol'] = (float)sprintf("%0.4f", $val['vol']);
$temp['optional'] = false; $temp['optional'] = false;
$temp['platform_zh'] = '找币'; $temp['platform_zh'] = '找币';
$temp['platform_us'] = 'Zhaobi'; $temp['platform_us'] = 'zhaobi';
array_push($ticker, $temp); array_push($ticker, $temp);
break; break;
} }
......
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