跑号查询 / 小白号 / 实名认证 / 解封账号 / 设置密码
自动生成游客账号并创建游戏存档
原理:生成游客账号 → 绑定到你的手机号 → 用新账号登录游戏
通过官方接口重置账号密码
所有接口均通过 GET 请求,参数放在 URL 中
GET /query — 跑号查询 (无需密钥)
https://api.xxx.com/query?userid=12345678
GET /sendcode — 发送验证码 (无需密钥)
https://api.xxx.com/sendcode?phone=13800138000
GET /unbind — 一键解封 (需密钥)
https://api.xxx.com/unbind?key=xxx&phone=13800138000&code=123456
GET /resetpwd — 设置密码 (需密钥)
https://api.xxx.com/resetpwd?key=xxx&channel=android&phone=13800138000&code=123456&password=NewPass123!
GET /generate — 生成单个小白号(带存档)
https://api.xxx.com/generate?key=xxx&channel=android&version=follow
GET /batch — 批量生成小白号(带存档)
https://api.xxx.com/batch?key=xxx&channel=android&version=follow&count=5
GET /auth — 登录+实名
https://api.xxx.com/auth?key=xxx&channel=android&account=xxx&password=xxx
GET /status — 服务状态(无需密钥)
https://api.xxx.com/status