Commit f85af2b0 authored by shajiaiming's avatar shajiaiming

fox

parent 6eea0119
...@@ -8,7 +8,7 @@ class Bilaxy extends Exchange implements ExchangeInterface ...@@ -8,7 +8,7 @@ class Bilaxy extends Exchange implements ExchangeInterface
{ {
protected $supported_symbol = 'supported_symbol_bilaxy'; protected $supported_symbol = 'supported_symbol_bilaxy';
protected $quotation_prefix = 'quotation_bilaxy_'; protected $quotation_prefix = 'quotation_bilaxy_';
protected $base_url = 'https://newapi.bilaxy.com/'; protected $base_url = 'https://newapi.bilaxy.com';
public function symbolExists($tag = 'BVA', $aim = "USDT") public function symbolExists($tag = 'BVA', $aim = "USDT")
......
...@@ -15,7 +15,7 @@ class Bitnasdaq extends Exchange implements ExchangeInterface ...@@ -15,7 +15,7 @@ class Bitnasdaq extends Exchange implements ExchangeInterface
{ {
protected $supported_symbol = 'supported_symbol_bitnasdaq'; protected $supported_symbol = 'supported_symbol_bitnasdaq';
protected $quotation_prefix = 'quotation_bitnasdaq_'; protected $quotation_prefix = 'quotation_bitnasdaq_';
protected $base_url = 'https://openapi.bitnasdaq.pro/'; protected $base_url = 'https://openapi.bitnasdaq.pro';
public function formatSymbol($tag = 'BTC', $aim = 'USDT') public function formatSymbol($tag = 'BTC', $aim = 'USDT')
{ {
......
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