POST api/WxSignApi_kp/DirectInSign
Request Information
URI Parameters
None.
Body Parameters
WxSignDirectModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Activityid | string |
None. |
|
| Phone | string |
None. |
|
| OpenId | string |
None. |
|
| FilialeId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Activityid": "sample string 1",
"Phone": "sample string 2",
"OpenId": "sample string 3",
"FilialeId": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultData| Name | Description | Type | Additional information |
|---|---|---|---|
| succ | boolean |
None. |
|
| msg | string |
None. |
|
| results | Object |
None. |
|
| data | Object |
None. |
|
| count | integer |
None. |
|
| page | integer |
None. |
|
| code | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"succ": true,
"msg": "sample string 2",
"results": {},
"data": {},
"count": 5,
"page": 6,
"code": 7
}