POST api/TencentStore/getSkuPage
拉取商品列表
请求的信息
URI参数
None.
Body参数
getStoreSkuPageCondition| 名称 | 描述 | 类型 | 其它信息 |
|---|---|---|---|
| pagenum |
当前页数 |
integer |
None. |
| pagesize |
每页行数 |
integer |
None. |
请求格式
application/json, text/json
Sample:
{
"pagenum": 1,
"pagesize": 2
}
application/x-www-form-urlencoded
Sample:
Sample not available.
响应信息
资源描述
CustomJsonResultOfgetStoreSkuPageResult| 名称 | 描述 | 类型 | 其它信息 |
|---|---|---|---|
| Content | getStoreSkuPageResult |
None. |
响应格式
application/json, text/json
Sample:
{
"content": {
"$id": "2",
"third_source": "sample string 1",
"code": 1,
"message": "sample string 2",
"pagenum": 3,
"pagesize": 4,
"total": 5,
"skuIds": [
{
"$id": "3",
"drug_id": "sample string 1"
},
{
"$ref": "3"
},
{
"$ref": "3"
}
]
}
}