文档
测试

商品信息列表(分页)

GET
http://localhost:8050/goods/getGoods?page=1&pageSize=1

请求参数

参数名
类型
描述
必填
page
int
示例:1
必填
pageSize
int
示例:1
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
msg
string
示例:查询成功
必填
data
array
数据列表
必填
_id
string
示例:5f0bbcbc65a4a0954c03414a
必填
title
string
示例:苹果1
必填
price
string
示例:19999
必填
num
string
示例:99
必填
urlList
array
数据列表
必填