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:
li
2026-03-30 20:16:32 +08:00
commit 1b24994e74
6721 changed files with 1308571 additions and 0 deletions
+21
View File
@@ -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' => '最高投资'
];