文档
测试

查询商品分类

GET
http://localhost:8080/soybean/api/type/20

请求参数

参数名
类型
描述
必填
customerId
long
客户id
必填

响应参数

参数名
类型
描述
必填
status
int
示例:200
必填
msg
object
示例:null
必填
data
array
数据列表
必填
id
int
种类id,示例:1
必填
title
string
标题,示例:种子
必填
described
string
介绍,示例:种子呗!
必填