Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
ticker_config
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wallets
ticker_config
Commits
430a6e29
Commit
430a6e29
authored
Sep 25, 2018
by
rlgy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
00f56728
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
6 deletions
+18
-6
params.php
common/config/params.php
+18
-6
No files found.
common/config/params.php
View file @
430a6e29
...
...
@@ -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'
,
],
],
],
];
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment