清欢查询API文档

联系方式QQ:2708339672 微信:Hi_XnX 价格:0.05元/次

请求参数

参数名 类型 是否必须 描述
userId string id
friendCode string 好友码
key string 认证密钥
sky string 通道选择

通道选择

sky参数1为1码1测,2为国服id查询,3国际服id查询

示例请求

https://api.uuid.top/AE1m1c.php?userId=小程序用户id&friendCode=好友码&key=小程序key&sky=1
示例:https://api.uuid.top/AE1m1c.php?userId=00001&friendCode=AJZM-R89V-NRFC&key=xxxxxx&sky=1

响应示例

成功响应

{
  "code": 200,
  "ID": "1m1c-5",
  "msg": "查询成功",
  "time": "2025-03-30 19:40:22",
  "currentQuery": "AJZM-R89V-NRFC",
  "uuid": "613b999b-992f-4c89-bbe1-6a5b82c2ed73",
  "data": {
    "currentHeight": 7.14819192886353,
    "height": 0.345667153596878,
    "maxHeight": 2.18519353866577,
    "minHeight": 14.1851940155029,
    "scale": -0.0705052465200424
  },
  "outfit": {
    "body": "初始裤子",
    "face": "未穿戴",
    "feet": "未穿戴",
    "hair": "萌新发型",
    "hat": "未穿戴",
    "horn": "未穿戴",
    "mask": "初始面具",
    "neck": "未穿戴",
    "prop": "未穿戴",
    "wing": "初始斗篷"
  }
}

错误响应示例

好友码不存在

{
  "code": 202,
  "ID": "1m1c-4",
  "msg": "好友码不存在",
  "time": "2025-03-30 19:40:22",
  "currentQuery": "0000-0000-0000",
  "uuid": "",
  "data": [],
  "outfit": []
}

服务器错误

{
    "time": "2025-03-30 19:40:22",
    "error": "哦莫,机器崩溃了(ID:4)"
}

卡密或者用户id不对

{
  "time": "2025-03-30 19:29:14",
  "error": "用户ID或卡密错误"
}

账户已被封(联系清欢)

{
    "time": "2025-03-30 19:40:22",
    "error": "账户已被封禁,请联系管理员处理"
}

查询次数已用光

{
    "time": "2025-03-30 19:40:22",
    "error": "您的查询次数已用光,请重新打开小程序获取"
}

api错误

{
    "time": "2025-03-30 19:40:22",
    "error": "请求失败"
}

没有机器可以用

{
    "time": "2025-03-30 19:40:22",
    "error": "所有机器不可用,请联系清欢处理"
}

数据字典

字段说明
time服务器响应时间
ID处理请求的机器编号
msg操作结果消息
uuid玩家长ID
currentQuery当前查询好友码
data对象
scale体型值
height身高值
maxHeight最高身高
minHeight最矮身高
currentHeight当前身高
outfit对象
mask面具
prop背饰
hair发型
horn头饰
wing斗篷
body裤子
neck颈饰
face面部
feet鞋子