Commit 430a6e29 authored by rlgy's avatar rlgy

update

parent 00f56728
......@@ -11,8 +11,8 @@ return [
/**
* 非小号数据爬取地址
*/
'feixiaohao_domain' => 'https://www.feixiaohao.com',
'feixiaohao_page' => [
'feixiaohao_domain' => 'https://www.feixiaohao.com',
'feixiaohao_page' => [
'assets' => '/assets/', //代币
'currencies' => '/currencies/', //币种详情
'coinmarket' => '/coinmarket/', //上市交易所
......@@ -21,25 +21,25 @@ return [
/**
* 爬虫数据缓存时间
*/
'curl_cache_time' => [
'curl_cache_time' => [
'exchange' => 3600 * 3 * 24,
'exchange_count' => 3600 * 3 * 24,
'quotation' => 60,
],
'http_proxy' => [
'http_proxy' => [
'host' => '127.0.0.1',
'port' => '8118',
'use' => true,
],
'chain33' => [
'chain33' => [
'scheme' => 'http',
'host' => '120.55.243.226',
'port' => 8801,
],
'h5_activity' => [
'h5_activity' => [
'ZWG_GUESS_NEWBEE' => [
'from' => '1MNwSHugmoBcGxqfU8Gt4excUg68DA7hYE', //转币地址
'to' => '14o9MHrrLfpsXf7wu4H4YRwvy84fjd7uaj', //新手 0.001个bty投一次
......@@ -55,4 +55,16 @@ return [
'do_award_step' => 10, //开奖区块步进
],
],
'service' => [
'ZhaobiService' => [ //找币接口
'validatecode' => [ //接口名称
'method' => 'POST',
'scheme' => 'https',
'host' => 'pcapi.zhaobi.tech',
'port' => '',
'path' => '/api/send/validatecode',
],
],
],
];
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