GET api/v1/SpellGroup/GetSpellGroupList?shopid={shopid}&spellid={spellid}&state={state}&pageIndex={pageIndex}&pageSize={pageSize}
拼团团列表
请求信息
URI 参数
参数 | 参数描述 | 类型 | 其它信息 |
---|---|---|---|
shopid |
店代码 |
string |
Required |
spellid |
拼团号 |
integer |
Required |
state |
类型A-已完成0-未成团1-已成团2-已完成9-拼团失败 |
string |
Required |
pageIndex |
页 |
integer |
Required |
pageSize |
页长度 |
integer |
Required |
Body 参数
None.
响应信息
响应描述
拼团列表
IHttpActionResultNone.
响应格式
application/json, text/json, text/html
Sample:
Sample not available.