Commit 3bb994f3 authored by shajiaiming's avatar shajiaiming

domain update

parent 659b769f
......@@ -14,7 +14,7 @@ class Zhaobi extends Exchange implements ExchangeInterface
{
protected $supported_symbol = 'supported_symbol_zhaobi';
protected $quotation_prefix = 'quotation_zhaobi_';
protected $base_url = 'https://api.biqianbao.top';
protected $base_url = 'https://www.zhaobi.xyz';
public function symbolExists($tag = 'SFT', $aim = "CNY")
{
......
......@@ -13,7 +13,7 @@ use linslin\yii2\curl\Curl;
class ZhaobiBuilder extends FactoryService
{
protected $base_url = 'https://api.biqianbao.top';
protected $base_url = 'https://www.zhaobi.xyz';
protected $supported_symbol = 'supported_symbol_zhaobi';
protected $supported_symbol_list = 'supported_symbol_zhaobi_list';
protected $supported_symbol_close_asc = 'supported_symbol_close_asc_zhaobi';
......
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