- 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: 新闻自动采集脚本
53 lines
1.2 KiB
PHP
Executable File
53 lines
1.2 KiB
PHP
Executable File
<?php exit;?>{
|
|
"1": {
|
|
"name": "admin",
|
|
"path": "admin",
|
|
"password": "dab8398412a1f07151e476ddb3be9a16",
|
|
"userID": "1",
|
|
"role": "1",
|
|
"config": {
|
|
"sizeMax": "0",
|
|
"sizeUse": 1024
|
|
},
|
|
"groupInfo": {
|
|
"1": "write"
|
|
},
|
|
"createTime": 1708160661,
|
|
"status": 1,
|
|
"lastLogin": 1708160678
|
|
},
|
|
"100": {
|
|
"userID": "100",
|
|
"name": "demo",
|
|
"password": "fe01ce2a7fbac8fafaed7c982a04e229",
|
|
"role": "2",
|
|
"config": {
|
|
"sizeMax": 5,
|
|
"sizeUse": 1048576
|
|
},
|
|
"groupInfo": {
|
|
"1": "write"
|
|
},
|
|
"path": "demo",
|
|
"status": 1,
|
|
"lastLogin": "",
|
|
"createTime": 1708160661
|
|
},
|
|
"101": {
|
|
"userID": "101",
|
|
"name": "guest",
|
|
"password": "084e0343a0486ff05530df6c705c8bb4",
|
|
"role": "100",
|
|
"config": {
|
|
"sizeMax": 0.1,
|
|
"sizeUse": 1048576
|
|
},
|
|
"groupInfo": {
|
|
"1": "read"
|
|
},
|
|
"path": "guest",
|
|
"status": 1,
|
|
"lastLogin": "",
|
|
"createTime": 1708160661
|
|
}
|
|
}
|