故障树
测试中
GET
https://api.chasing.com/v1/app/robot
请求参数
无
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.chasing.com/v1/app/robot'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
time
string
必需
data
object
必需
list
object
必需
updatetime
integer
必需
示例
{
"code": 1,
"msg": "success",
"time": "1722323932",
"data": {
"list": {
"zh": {
"0": {
"content": "请选择你遇到的问题",
"msgType": 1,
"data": [
{
"node_id": 26,
"name": "mini"
},
{
"node_id": 24,
"name": "dory"
},
{
"node_id": 14,
"name": "chasing m2"
}
]
},
"14": {
"content": "请选择机型.",
"msgType": 1,
"data": [
{
"node_id": 15,
"name": "无法开机"
}
]
},
"15": {
"content": "请选择你遇到的问题",
"msgType": 1,
"data": [
{
"node_id": 16,
"name": "指示灯绿色"
},
{
"node_id": 22,
"name": "没有开机声"
}
]
},
"16": {
"content": "请选择你遇到的问题",
"msgType": 1,
"data": [
{
"node_id": 17,
"name": "指示灯不亮"
}
]
},
"17": {
"content": "请选择你遇到的问题",
"msgType": 2,
"data": [
{
"node_id": 18,
"name": "请用手触摸插板是否有电"
}
]
},
"22": {
"content": "请按照以下内容进行操作",
"msgType": 2,
"data": [
{
"node_id": 23,
"name": "请用竹签使劲插入你的耳朵,然后联系客服."
}
]
},
"24": {
"content": "请选择机型.",
"msgType": 1,
"data": [
{
"node_id": 25,
"name": "dory问题1"
}
]
},
"26": {
"content": "请选择你遇到的问题",
"msgType": 1,
"data": [
{
"node_id": 27,
"name": "无法开机mini"
}
]
},
"27": {
"content": "请按照以下内容进行操作",
"msgType": 2,
"data": [
{
"node_id": 28,
"name": "摔了就好"
}
]
}
},
"en": {
"0": {
"content": "Hello Motorola",
"msgType": 1,
"data": [
{
"node_id": 19,
"name": "chasing m2"
}
]
},
"19": {
"content": "Hello Nokia",
"msgType": 1,
"data": [
{
"node_id": 20,
"name": "The motor does not rotate"
}
]
},
"20": {
"content": "Please follow the instructions below to proceed,",
"msgType": 2,
"data": [
{
"node_id": 21,
"name": "Stuck up"
}
]
}
}
},
"updatetime": 1721985076
}
}
修改于 2024-07-29 01:54:33