文档
测试

根据ID查询详情

GET
/active/combo/type/info/{id}

响应参数

参数名
类型
描述
必填
code
string
示例:200
必填
result
object
数据字典
必填
id
int
示例:1
必填
name
string
示例:分类2
必填
type
int
示例:1
必填
icon
string
示例:1
必填
sort
int
示例:1
必填
success
boolean
示例:true
必填
timestamp
int
示例:1589292288892
必填

说明 / 示例

{ "code": "200", "result": { "id": 1, "name": "分类2", "type": 1, "icon": "1", "sort": 1 }, "success": true, "timestamp": 1589292288892 }