feat: 后端全量更新 - 含所有本次需求
- Contract.php: 返回合约账户余额(balance_contract) - My.php: 地址管理增加BTC/ETH - AppContract.php: 一键平仓(closeall) - AppProxy.php: 代理专属注册链接 + 分级权限(L1/L2) - site.php: 手续费减半(0.018→0.009) - agent_permission_setup.sql: 代理权限SQL - crypto_news_crawler.py: 新闻自动采集脚本
This commit is contained in:
+21
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Id' => 'id',
|
||||
'Content' => '描述',
|
||||
'Level' => '阶段',
|
||||
'Curr_id' => '投资币种',
|
||||
'Price' => '投资价格',
|
||||
'All_num' => '天使总发行量',
|
||||
'Count_num' => '本季度发行数量',
|
||||
'Real_num' => '本季度剩余数量',
|
||||
'Status' => '状态',
|
||||
'Status 0' => '待开放',
|
||||
'Status 1' => '开放中',
|
||||
'Interest' => '日息',
|
||||
'Push_award' => '直推奖励',
|
||||
'Freed_day' => '释放天数',
|
||||
'Freed_bl' => '释放比例',
|
||||
'Min_invest' => '最低投资(USDT)',
|
||||
'Max_invest' => '最高投资'
|
||||
];
|
||||
Reference in New Issue
Block a user