Commit b5b4cb8a authored by shajiaiming's avatar shajiaiming

debug

parent 55eac7b2
......@@ -32,7 +32,7 @@ class ExchangeBusiness
3 => 'Bitfinex',
4 => 'Bittrex',
5 => 'Zb',
6 => 'Ha'
6 => 'Token7'
];
/**
......
......@@ -8,10 +8,10 @@
namespace common\service\exchange;
class Ha extends Exchange implements ExchangeInterface
class Token7 extends Exchange implements ExchangeInterface
{
protected $supported_symbol = 'supported_symbol_ha';
protected $quotation_prefix = 'quotation_ha_';
protected $supported_symbol = 'supported_symbol_token7';
protected $quotation_prefix = 'quotation_token7_';
protected $base_url = 'http://www.token7.club/exapi/api/v1/allTicker';
/**
......
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