文档
测试

分类页面

POST
http://192.168.8.21:8061/v1.3/category/charge/category

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
data
array
数据列表
必填
chargeCategory
array
数据列表
必填
createUserId
int
示例:2
必填
updateUserId
int
示例:2
必填
cartoonState
int
示例:1
必填
creatorId
int
示例:1
必填
updateTime
int
示例:1622524779000
必填
sort
int
示例:1
必填
cartoonPath
string
示例:charge/mp4/1.mp4
必填
cartoonDesc
string
示例:暂无
必填
cartoonName
string
示例:动画3
必填
createTime
int
示例:1631516349000
必填
cartoonId
int
示例:3
必填
id
int
示例:1
必填
thumbPath
string
示例:charge/mp4/封面图/1.gif
必填
locked
int
示例:0
必填
categoryId
int
示例:4
必填
status
int
示例:1
必填
name
string
示例:测试啊
必填
id
int
示例:4
必填
message
string
示例:操作成功
必填

说明 / 示例

{ "code": 200, "data": [ { "name": "测试啊", //分类名 "id": 4 //分类id "chargeCategory": [ { "price": 1.28 //价格 "createUserId": 2, "createTime": 1622524779000, "updateUserId": 2, "cartoonState": 1, "updateTime": 1622524779000, "id": 3, "thumbPath": "charge/mp4/封面图/1.gif", //封面图 "cartoonPath": "charge/mp4/1.mp4", //动画 "sort": 0, "locked": 0, "cartoonDesc": "暂无", "cartoonName": "动画3" } ], } ], "message": "操作成功" }