文档
测试

浏览场景

POST
http://192.168.1.192:8061/v206/sceneById

请求参数

参数名
类型
描述
必填
sceneId
string
示例:2
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
data
object
数据字典
必填
night
array
数据列表
必填
id
int
示例:3
必填
clockType
int
示例:1
必填
abscissaScale
float
示例:0.1071
必填
ordinateScale
float
示例:0.4758
必填
highScale
float
示例:0.2108
必填
widthScale
float
示例:0.1383
必填
title
string
示例:男生白天场景
必填
createTime
string
示例:2022-10-19 18:55:24
必填
status
int
示例:1
必填
bubblingAbscissaScale
float
示例:0.2425
必填
bubblingOrdinateScale
float
示例:0.3294
必填
bubblingHighScale
float
示例:0.1727
必填
bubblingWidthScale
float
示例:0.25
必填
isScene
int
示例:2
必填
chargeSpiritCartoonUrl
object
示例:null
必填
spiritId
object
示例:null
必填
day
array
数据列表
必填
id
int
示例:4
必填
clockType
int
示例:0
必填
abscissaScale
float
示例:0.2931
必填
ordinateScale
float
示例:0.6559
必填
highScale
float
示例:0.2108
必填
widthScale
float
示例:0.1383
必填
title
string
示例:男生晚上场景
必填
createTime
string
示例:2022-10-19 18:59:19
必填
status
int
示例:1
必填
bubblingAbscissaScale
float
示例:0.4226
必填
bubblingOrdinateScale
float
示例:0.5007
必填
bubblingHighScale
float
示例:0.1727
必填
bubblingWidthScale
float
示例:0.25
必填
isScene
int
示例:2
必填
chargeSpiritCartoonUrl
object
示例:null
必填
spiritId
object
示例:null
必填
message
string
示例:操作成功
必填

说明 / 示例

{ "code": 200, "data": { "night": [ { "id": 3, "clockType": 1, "abscissaScale": 0.1071, "ordinateScale": 0.4758, "highScale": 0.2108, "widthScale": 0.1383, "title": "男生白天场景", "createTime": "2022-10-19 18:55:24", "status": 1, "bubblingAbscissaScale": 0.2425, "bubblingOrdinateScale": 0.3294, "bubblingHighScale": 0.1727, "bubblingWidthScale": 0.25, "isScene": 2, "chargeSpiritCartoonUrl": null, "spiritId": null } ], "day": [ { "id": 4, "clockType": 0, "abscissaScale": 0.2931, "ordinateScale": 0.6559, "highScale": 0.2108, "widthScale": 0.1383, "title": "男生晚上场景", "createTime": "2022-10-19 18:59:19", "status": 1, "bubblingAbscissaScale": 0.4226, "bubblingOrdinateScale": 0.5007, "bubblingHighScale": 0.1727, "bubblingWidthScale": 0.25, "isScene": 2, "chargeSpiritCartoonUrl": null, "spiritId": null } ] }, "message": "操作成功" }