文档
测试

精灵场景动画

POST
http://192.168.8.21:8061/v1.3/spiritAnimation

请求头

参数名
类型
描述
必填
token
string
示例:EMO1aA9+5ckOV+eWh/NGbjNK751bq6YbCXaP3P49FObyUXvJQCefsqE2jYA8uxOcmX5xDZZvH5VXU62BgnK0FA7ZNplx9PpyvJ2k2IQtEE8=
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
data
array
数据列表
必填
id
int
示例:1
必填
spiritId
int
示例:27
必填
sceneType
int
示例:0
必填
clockType
int
示例:0
必填
abscissaScale
float
示例:0.2455
必填
ordinateScale
float
示例:0.6193
必填
highScale
float
示例:0.2108
必填
animationPath
string
示例:
必填
createTime
string
示例:2021-09-26 17:18:55
必填
status
int
示例:1
必填
message
string
示例:操作成功
必填

说明 / 示例

{ "code": 200, "data": [ { "id": 1, "spiritId": 27, 精灵id "sceneType": 0, 0女 1男 "clockType": 0, 0 白天 1黑夜 "abscissaScale": 0.2455, 横坐标比例 "ordinateScale": 0.6193, 纵坐标比例 "highScale": 0.2108, 高坐标比例 "animationPath": "", 路径 "createTime": "2021-09-26 17:18:55", "status": 1 }, { "id": 2, "spiritId": 27, "sceneType": 0, "clockType": 1, "abscissaScale": 0.366, "ordinateScale": 0.4553, "highScale": 0.2108, "animationPath": "", "createTime": "2021-09-26 17:27:15", "status": 1 } ], "message": "操作成功" }