POST api/wechatmini/realNameCertification
Request Information
URI Parameters
None.
Body Parameters
WeChartThreeElementCertitication| Name | Description | Type | Additional information |
|---|---|---|---|
| name | string |
None. |
|
| idNum | string |
None. |
|
| mobile | string |
None. |
|
| userId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"name": "sample string 1",
"idNum": "sample string 2",
"mobile": "sample string 3",
"userId": 4
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Result| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| data | Object |
None. |
|
| error | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"data": {},
"error": "sample string 3"
}