POST api/wzactvinsertwinnerinfo
【微站-微活动】-报名线下活动
请求信息
URI 参数
None.
Body 请求体 参数
INPUTxccp_PX_WeiZhan_ActvSignUp| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| ActvID | integer |
None. |
|
| WeiXinID | string |
None. |
|
| Name | string |
None. |
|
| Tel | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"ActvID": 2,
"WeiXinID": "sample string 3",
"Name": "sample string 4",
"Tel": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
image/png
Sample:
Sample not available.
image/jpg
Sample:
Sample not available.
响应消息
内容 描述
0表示执行成功,-2表示执行失败,-5表示活动未开始 -6表示活动已结束 -7该手机号已经报名过了
CxccApiMsg| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| msg | string |
None. |
响应示例
application/json, text/json
Sample:
{
"code": 1,
"msg": "sample string 2"
}
image/png
Sample:
Sample not available.
image/jpg
Sample:
Sample not available.