Commit 5a76948e authored by shajiaiming's avatar shajiaiming

params

parent 89d64ef0
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
return [ return [
'biqianbao' => 'http://127.0.0.1:8082', 'biqianbao' => 'http://127.0.0.1:8082',
'go_biqianbao' => 'https://www.bitfeel.cn/goapi',
/** /**
* 非小号数据爬取地址 * 非小号数据爬取地址
*/ */
......
...@@ -71,5 +71,6 @@ return [ ...@@ -71,5 +71,6 @@ return [
'trusteeship' => require(dirname(__FILE__) . '/trusteeship.php'), 'trusteeship' => require(dirname(__FILE__) . '/trusteeship.php'),
'user_auth' => require(dirname(__FILE__) . '/user_auth.php'), 'user_auth' => require(dirname(__FILE__) . '/user_auth.php'),
'interceptor' => require(dirname(__FILE__) . '/interceptor.php'), 'interceptor' => require(dirname(__FILE__) . '/interceptor.php'),
'handleTableAndDesc' => require(dirname(__FILE__) . '/contracts.php'),
'coin_quotation_disable_items' => ['WTC','ETC'] 'coin_quotation_disable_items' => ['WTC','ETC']
]; ];
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