简要描述
请求URL
http://localhost:8082/api/Product/GetWxProducts?pageIndex=1&pageSize=2
请求方式
参数
参数名 |
必选 |
类型 |
说明 |
pageIndex |
否 |
int |
页码,默认为1 |
pageSize |
否 |
int |
条数,默认为10 |
返回示例
{
"success": true,
"msg": "",
"code": 200,
"data": {
"List": [
{
"GoodsId": 1026821,
"Name": "咩",
"Price": 0.00,
"Price2": 1111.00,
"ImgUrl": "http://localhost:32223//Storage/Shop/1/Products/1026821/1.png"
},
{
"GoodsId": 1026809,
"Name": "蟹中王 套餐礼品卡",
"Price": 0.00,
"Price2": 352.80,
"ImgUrl": "http://localhost:32223//Storage/Shop/1/Products/1026809/1.png"
}
],
"Total": 697
},
"total": 0
}
返回参数说明
参数名 |
类型 |
说明 |
groupid |
int |
用户组id,1:超级管理员;2:普通用户 |
备注