文档
测试

市场分类(两级分类)

GET
csc/market/sysmarket/getTypeList/classification

响应参数

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

说明 / 示例

{ "msg": "success", "code": 200, "TypeList": [ { "typeId": "1", "typeName": "食物", "list": [ { "typeSecondId": "1", "typeName": "蔬菜水果", "typeImg": null }, { "typeSecondId": "2", "typeName": "肉禽类", "typeImg": null }, { "typeSecondId": "3", "typeName": "海鲜水产", "typeImg": null }, { "typeSecondId": "4", "typeName": "火锅专营", "typeImg": null } ] }, { "typeId": "2", "typeName": "超市便利", "list": [ { "typeSecondId": "5", "typeName": "小型超市", "typeImg": null }, { "typeSecondId": "6", "typeName": "便利店", "typeImg": null } ] }, { "typeId": "3", "typeName": "食品专门属", "list": [ { "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 } ] }, { "typeId": "4", "typeName": "鸟语花香", "list": [ { "typeSecondId": "12", "typeName": "鲜花店", "typeImg": null }, { "typeSecondId": "13", "typeName": "绿植园艺店", "typeImg": null } ] } ] }