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.

响应信息

响应描述

拼团列表

IHttpActionResult

None.

响应格式

application/json, text/json, text/html

Sample:

Sample not available.