| 时间 | 类型 | 金额 | 余额 | 描述 | 来源 |
|---|---|---|---|---|---|
| {{ formatDate(tx.timestamp) }} | {{ tx.type==='deduct'?'扣费':tx.type==='refund'?'退款':tx.type==='topup'?'充值':tx.type==='voucher'?'派券':tx.type }} | {{ (tx.type==='deduct'||tx.type==='voucher')?'-':'+' }}{{ (parseInt(tx.amount) / 100).toFixed(2) }} | {{ (parseInt(tx.balanceAfter) / 100).toFixed(2) }} | {{ maskDesc(tx.description) }} |
{{ tx.memberNickname }}({{ tx.memberRole }})
{{ tx.memberEmail }}
本账号
|
| 申请时间 | 类型 | 抬头 | 金额范围 | 接收邮箱 | 状态 |
|---|---|---|---|---|---|
| {{ formatDateFull(inv.createdAt) }} | {{ inv.type === 'enterprise' ? '企业' : '个人' }} | {{ inv.title }} 税号: {{ inv.taxId }} | ¥ {{ (inv.amountFrom/100).toFixed(2) }} - ¥ {{ (inv.amountTo/100).toFixed(2) }} | {{ inv.email }} | {{ invoiceStatusLabel(inv.status) }} |
| 代码 | 金额 | 状态 | 创建时间 | 兑换者 |
|---|---|---|---|---|
| {{ maskKey(v.code) }} | {{ (parseInt(v.amount) / 100).toFixed(2) }} | {{ v.status==='active'?'未使用':'已兑换' }} | {{ formatDate(v.createdAt) }} | {{ v.status==='redeemed'?(v.redeemedByNickname||'—'):'—' }} |
第一条 定义与术语
1.1 "平台"指 Doorzen AI 运营方。
1.2 "服务商"指通过本协议入驻,向平台提供 AI 算力服务的主体。
1.3 "算力服务"指基于 OpenAI 或 Anthropic 接口标准的大语言模型(LLM)推理服务。
第二条 入驻条件
2.1 服务商须持有合法有效的营业执照。
2.2 服务商须具备提供稳定 API 服务的技术能力。
2.3 服务商须提供真实有效的结算支付宝账户信息。
第三条 服务标准
3.1 API 接口须兼容 OpenAI 或 Anthropic 标准格式。
3.2 服务可用性应不低于 99%(月度)。
3.3 单次请求响应时间不超过 60 秒。
3.4 如发生服务中断,服务商应在 2 小时内通知平台。
第四条 算力服务范围
4.1 目前仅支持基于 OpenAI 及 Anthropic 接口标准的 LLM 模型服务。
4.2 服务商可提供多个服务端点,每个端点独立配置 API 地址和密钥。
第五条 结算规则
5.1 平台按用户实际消费金额与服务商结算。
5.2 平台有权从结算金额中扣除手续费(含税费),具体比例以提现设置为准。
5.3 结算款项通过支付宝转账方式支付,到账时间 T+1。
第六条 服务商义务
6.1 服务商须遵守中华人民共和国相关法律法规。
6.2 服务商不得存储、泄露或转售用户对话内容。
6.3 服务商须保障数据传输安全,采用 HTTPS 加密。
6.4 服务商须对用户提供的服务内容负责。
第七条 禁止行为
7.1 不得提供涉及违法、色情、暴力、恐怖等内容的服务。
7.2 不得通过恶意刷量、虚假请求等方式虚增结算金额。
7.3 不得将平台 API 密钥转卖或提供给第三方使用。
7.4 不得攻击、干扰平台或其他服务商的正常运营。
第八条 知识产权
8.1 各方保留各自拥有的知识产权。
8.2 服务商提供的模型输出内容知识产权归用户所有。
第九条 保密条款
9.1 双方对在合作中获知的对方商业秘密负有保密义务。
9.2 保密期限自协议签署之日起至协议终止后 3 年。
第十条 违约责任
10.1 服务商违反本协议的,平台有权立即下线其服务并终止合作。
10.2 因服务商违约给平台或用户造成损失的,服务商须承担赔偿责任。
10.3 平台有权从结算款项中扣除违约赔偿金。
第十一条 协议变更与终止
11.1 平台有权根据业务需要变更本协议,变更后通知服务商。
11.2 服务商可随时申请退出,平台在结清款项后终止合作。
11.3 服务商连续 30 天无服务量的,平台有权终止协议。
第十二条 争议解决
12.1 本协议适用中华人民共和国法律。
12.2 因本协议产生的争议,双方应协商解决;协商不成的,提交平台所在地人民法院诉讼解决。
| 邮箱 | 昵称 | 日限额 | 今日已用 | 操作 |
|---|---|---|---|---|
| {{ sub.email }} | {{ sub.nickname || '—' }} | {{ (sub.dailyLimit / 100).toFixed(2) }} 元 不限 | {{ (sub.dailyUsed / 100).toFixed(2) }} 元 |
| 账号 | 昵称 | 归属账号 | 状态 | 操作 |
|---|---|---|---|---|
| {{ acc.username }} | {{ acc.nickname || '—' }} | {{ acc.ownerUserId }} 全局共享 |
{{ jmStatusText(acc.status) }}
{{ acc.invalidReason }}
|
| 用户ID {{ finSortIcon('userId') }} | 邮箱 | 昵称 | 角色 | 余额 {{ finSortIcon('balance') }} | 今日消费 {{ finSortIcon('todayConsumed') }} | 本周消费 {{ finSortIcon('weekConsumed') }} | 本月消费 {{ finSortIcon('monthConsumed') }} | 累计消费 {{ finSortIcon('totalConsumed') }} | 操作 |
|---|---|---|---|---|---|---|---|---|---|
{{ u.userId.substring(0,12) }}... |
{{ u.email || '—' }} | {{ u.nickname || '—' }} | {{ u.role || 'user' }} | {{ formatFen(u.balance) }} | {{ formatFen(u.todayConsumed) }} | {{ formatFen(u.weekConsumed) }} | {{ formatFen(u.monthConsumed) }} | {{ formatFen(u.totalConsumed) }} | |
| {{ finSearch ? '无匹配用户' : '暂无用户数据' }} | |||||||||
| 邀请码 | 状态 | 创建时间 | 过期时间 | 注册人数 | 备注 | 操作 |
|---|---|---|---|---|---|---|
{{ c.code }} |
{{ inviteStatusLabel(c).text }} | {{ formatInviteTs(c.createdAt) }} | {{ c.permanent ? '—' : formatInviteTs(c.expiresAt) }} | {{ c.registeredCount }} | {{ c.note || '—' }} |
|
| 暂无邀请码,点击右上角生成 | ||||||
| 时间 | 消费者 | 模型 | 消费金额 | 分佣池 | 我的层级 | 我获得 | 详情 |
|---|---|---|---|---|---|---|---|
| {{ formatInviteTs(r.createdAt) }} |
{{ r.consumerNickname || '匿名用户' }}
|
{{ r.model || '—' }} |
{{ formatFen(r.txAmount) }} 元 | {{ formatFen(r.totalPool) }} 元 | L{{ r.chain.find(n => n.userId === user.userId).level }} | +{{ formatFen(r.chain.find(n => n.userId === user.userId)?.amount || 0) }} 元 | |
| 暂无分佣收益 | |||||||
| 提交时间 | 类型 | 用户 | 金额 | 支付宝账号 | 姓名 | 状态 | 处理时间 | 操作 |
|---|---|---|---|---|---|---|---|---|
| {{ formatInviteTs(w.createdAt) }} | {{ w._type==='refund'?'余额提现':'分佣提现' }} | {{ w.nickname || w.userId.substring(0,8)+'...' }} | {{ (parseInt(w.amount)/100).toFixed(2) }} 元 | {{ w.alipayAccount }} |
{{ w.realName || w.nickname || '-' }} | {{ withdrawalStatusLabel(w.status).t }} | {{ w.processedAt ? formatInviteTs(w.processedAt) : '-' }} | {{ w.transferOrderId ? '订单:'+String(w.transferOrderId).substring(0,16) : '-' }} |
| 暂无记录 | ||||||||