On this page
获取可用拼团列表
接口URL
请求方式
GET
Content-Type
application/x-www-form-urlencoded
请求Header参数
参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 |
---|---|---|---|---|
appid | bd9d01ecc75dbbaaefce | String | 是 | 网校唯一appid |
请求Query参数
参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 |
---|---|---|---|---|
page | 1 | Integer | 是 | 页码 |
usable | 1 | Integer | 否 | 是否可用:0否1是 |
成功响应示例
json5
{
"msg": "ok",
"data": {
"count": 5,
"rows": [
{
"group_id": 123,
"id": 1432,
"title": "231",
"cover": "http://...png",
"price": "43442.00",
"t_price": "0.00",
"type": "media",
"start_time": "2022-05-31T13:26:31.000Z",
"end_time": "2024-06-01T13:26:31.000Z"
},
// ...
]
},
"code": 20000
}