GET api/wzactvgetwinnerinfo?actvid={actvid}&openid={openid}
【微站-微活动】-判断用户剩余抽奖次数、是否有中奖、是否有填写联系方式
请求信息
URI 参数
Name | Description | Type | Additional information |
---|---|---|---|
actvid |
活动ID |
string |
Required |
openid |
微信ID |
string |
Required |
Body 请求体 参数
None.
响应消息
内容 描述
Remain 剩余抽奖次数 HasPrize 是否中奖 0没中奖 1有中奖 HasContact 是否有填联系方式 0没有填 1有填
CxccApiResponseBaseOfRSxccp_RO_WeiZhan_ActvGetWinnerInfo0Name | Description | Type | Additional information |
---|---|---|---|
data | RSxccp_RO_WeiZhan_ActvGetWinnerInfo0 |
None. |
|
code | integer |
None. |
|
msg | string |
None. |
响应示例
application/json, text/json
Sample:
{ "data": { "Remain": 1, "HasPrize": 2, "HasContact": 3 }, "code": 1, "msg": "sample string 2" }
image/png
Sample:
Sample not available.
image/jpg
Sample:
Sample not available.