文档
测试

精灵图鉴

POST
http://192.168.8.21:8061/v1.3/charge/spirit/list

请求头

参数名
类型
描述
必填
token
string
示例:a+CZ5S2syRvvro0dkqOa/IPoCZgYHh5Dk8TKhWIsaBwlnWDGEwBrzbntBvj3f0Kzn5BAbczhaRkWobra/wGP4oObSRjvFFMkbtLkSQR5nSM=
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
data
array
数据列表
必填
chargeSpiritList
array
数据列表
必填
id
int
示例:21
必填
spiritName
string
示例:精灵2
必填
spiritDesc
string
示例:暂无
必填
thumbPath
string
示例:charge/mp4/封面图/android_14865367_121203498_ori.jpg
必填
spiritPath
string
示例:charge/mp4/blue_line_gallery_preview.mp4
必填
spiritState
int
示例:1
必填
createUserId
int
示例:1
必填
createTime
string
示例:2021-06-01 05:19:39
必填
updateTime
string
示例:2021-06-01 05:19:39
必填
updateUserId
int
示例:1
必填
volt
int
示例:2000
必填
type
int
示例:2
必填
name
string
示例:精灵分类测试
必填
id
int
示例:26
必填
message
string
示例:操作成功
必填

说明 / 示例

{ "code": 200, "data": [ { "chargeSpiritList": [ { "id": 21, "spiritName": "精灵2", "spiritDesc": "暂无", "thumbPath": "chargespirit/封面/ic_down.png", "spiritPath": " ", "spiritState": 1, "createUserId": 1, "createTime": "2021-06-01 05:19:39", "updateTime": "2021-06-01 05:19:39", "updateUserId": 1, "volt": 2000, "type": 2, "locked": 0 //是否锁定[0:免费看广告 1:伏特 2:会员 3:伏特和会员 4不看广告] "background": asdasdasxcas //背景 }, { "id": 22, "spiritName": "百变小樱免费版", "spiritDesc": "我是百变小樱", "thumbPath": "chargespirit/封面/ic_down.png", "spiritPath": "chargespirit/baibianxiaoying.zip", "spiritState": 1, "createUserId": 1, "createTime": "2021-06-01 05:19:39", "updateTime": "2021-06-01 05:19:39", "updateUserId": 1, "volt": 2000, "type": 2, "locked": 4 }, { "id": 23, "spiritName": "百变小樱伏特版", "spiritDesc": "我是百变小樱", "thumbPath": "chargespirit/封面/ic_down.png", "spiritPath": "chargespirit/baibianxiaoying.zip", "spiritState": 1, "createUserId": 1, "createTime": "2021-06-01 05:19:39", "updateTime": "2021-06-01 05:19:39", "updateUserId": 1, "volt": 2000, "type": 2, "locked": 1 }, { "id": 24, "spiritName": "百变小樱会员版", "spiritDesc": "我是百变小樱", "thumbPath": "chargespirit/封面/ic_down.png", "spiritPath": "chargespirit/baibianxiaoying.zip", "spiritState": 1, "createUserId": 1, "createTime": "2021-06-01 05:19:39", "updateTime": "2021-06-01 05:19:39", "updateUserId": 1, "volt": 0, "type": 2, "locked": 2 } ], "name": "", "id": "" } ], "message": "操作成功" }