📈
UZFX
IB代理门户
登录您的IB代理账户
用户名 / 邮箱
密码
登 录
← 返回主站
还不是IB代理?
申请成为代理
申请成为IB代理
填写以下信息,1-3个工作日内审核
真实姓名 *
手机号
邮箱
公司名称
从业经验 *
请选择
1-2年
3-5年
5-10年
10年以上
预期客户数 *
请选择
1-50人
50-100人
100-200人
200人以上
申请理由
返回登录
提交申请
📈
UZFX
IB代理门户
IB编码
-
Silver
📊 数据看板
👥 客户管理
💰 佣金管理
🏦 提现中心
🎯 推广工具
⚙️ 账户设置
🚪 退出登录
数据看板
累计佣金
$0.00
可用佣金
$0.00
总客户数
0
本月新增
0
最近佣金
时间
客户
品种
手数
佣金
状态
暂无佣金记录
最近客户
注册时间
客户ID
来源
交易量
贡献佣金
暂无客户
客户管理
🔄 刷新
注册时间
客户ID
来源
首次入金
总交易量
贡献佣金
暂无客户
佣金管理
全部状态
待结算
已结算
时间
客户
品种
手数
佣金率
佣金
状态
暂无佣金记录
提现中心
申请提现
可用佣金
$0.00
审核中
$0.00
已提现
$0.00
提现记录
申请时间
金额
方式
手续费
状态
备注
暂无提现记录
推广工具
🔗 推广链接
复制
分享此链接,新用户注册后自动成为您的客户
📱 IB编码
-
客户注册时可填写此编码绑定关系
账户设置
IB代理信息
IB编码
-
等级
-
状态
-
审核时间
-
提现账户设置
银行信息
USDT地址
TRC20
ERC20
保存设置
申请提现
提现金额 (最低$100)
提现方式
🏦 银行转账 (手续费2%)
💎 USDT (免费)
📊 充值到交易账户 (免费)
TRC20
ERC20
手续费
$0.00
实际到账
$0.00
取消
确认提现
dt-net').value;body.usdt_address=document.getElementById('wd-usdt-addr').value;} try{ const res=await fetch(API+'/ib/withdraw/'+currentUserId,{method:'POST',headers:{'Content-Type':'application/json'},body:JSON.stringify(body)}); const data=await res.json(); if(data.success){showToast('提现申请已提交','success');hideWithdrawModal();loadWithdrawPage();} else showToast(data.error||'提现失败','error'); }catch(e){showToast('提现异常: '+e.message,'error');} } async function submitApply(){ const name=document.getElementById('apply-name').value.trim(); const exp=document.getElementById('apply-experience').value; const clients=document.getElementById('apply-clients').value; if(!name||!exp||!clients){showToast('请填写必填项','error');return;} // 需要先登录获取userId showToast('请先登录主站账户后再申请','error'); } function showToast(msg,type){ const t=document.createElement('div');t.className='toast toast-'+type;t.textContent=msg;document.body.appendChild(t); setTimeout(()=>t.remove(),3000); } // 自动登录检查 const savedUserId=localStorage.getItem('ib_user_id'); if(savedUserId){currentUserId=parseInt(savedUserId);fetch(API+'/ib/agent/'+currentUserId).then(r=>r.json()).then(d=>{if(d.success&&d.data&&d.data.agent){currentIBAgent=d.data.agent;showMainApp();}});}