文档
测试

获取分类和分类图标

GET
/market/sysmarket/getTypeList

响应参数

参数名
类型
描述
必填
msg
string
示例:success
必填
code
int
示例:200
必填
TypeList
array
数据列表
必填
typeSecondId
string
示例:1
必填
typeName
string
示例:蔬菜水果
必填
typeImg
object
示例:null
必填

说明 / 示例

{ "msg": "success", "code": 200, "TypeList": [ { "typeSecondId": "1", "typeName": "蔬菜水果", "typeImg": null }, { "typeSecondId": "2", "typeName": "肉禽类", "typeImg": null }, { "typeSecondId": "3", "typeName": "海鲜水产", "typeImg": null }, { "typeSecondId": "4", "typeName": "火锅专营", "typeImg": null }, { "typeSecondId": "5", "typeName": "小型超市", "typeImg": null }, { "typeSecondId": "6", "typeName": "便利店", "typeImg": null }, { "typeSecondId": "7", "typeName": "酒水饮料", "typeImg": null }, { "typeSecondId": "8", "typeName": "零食/干果", "typeImg": null }, { "typeSecondId": "9", "typeName": "地方特产", "typeImg": null }, { "typeSecondId": "10", "typeName": "粮油调味", "typeImg": null }, { "typeSecondId": "11", "typeName": "茶行", "typeImg": null }, { "typeSecondId": "12", "typeName": "鲜花店", "typeImg": null }, { "typeSecondId": "13", "typeName": "绿植园艺店", "typeImg": null } ] }