文档
测试

获取宠物品种列表

GET
http://localhost:8080/pet/wx/getVarietyList

请求头

参数名
类型
描述
必填
Authorization
string`
token
必填

请求参数

参数名
类型
描述
必填
species
int
2狗 1猫 0其他
必填

响应参数

application/json
参数名
类型
描述
必填
code
string
示例:0000
必填
data
array
数据列表
必填
petName
string
示例:泰迪
必填
img
object
示例:null
必填
type
int
示例:0
必填
desc
string
示例:操作成功
必填