请求
接口地址:/api/Creatures/creatures
请求参数:
{
deviceId: 6// 缸id
}
响应
响应参数:
{
"code": 200,
"data": {
"creatures": [
{
"optionType": "coral",// 缸的生物类型:【coral:珊瑚缸,LPS,NPS,SPS,MIX,其中MIX为混养】
"list": [// 生物列表
{
"id": 7,// 生物id
"creatures_name": "海鱼",// 生物种类
"creatures_sum": 5// 数量
}
]
}
]
}
}