POST api/Register/regAndRealNameAuth
Request Information
URI Parameters
None.
Body Parameters
UserRegAndRealNameAuth| Name | Description | Type | Additional information |
|---|---|---|---|
| username | string |
None. |
|
| mobile | string |
None. |
|
| userpwd | string |
None. |
|
| userpwd2 | string |
None. |
|
| idNum | string |
None. |
|
| pic | string |
None. |
|
| pic2 | string |
None. |
|
| realName | string |
None. |
|
| openid | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"username": "sample string 1",
"mobile": "sample string 2",
"userpwd": "sample string 3",
"userpwd2": "sample string 4",
"idNum": "sample string 5",
"pic": "sample string 6",
"pic2": "sample string 7",
"realName": "sample string 8",
"openid": "sample string 9"
}
application/xml, text/xml
Sample:
<UserRegAndRealNameAuth xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fsh.Core.Models.Dto"> <idNum>sample string 5</idNum> <mobile>sample string 2</mobile> <openid>sample string 9</openid> <pic>sample string 6</pic> <pic2>sample string 7</pic2> <realName>sample string 8</realName> <username>sample string 1</username> <userpwd>sample string 3</userpwd> <userpwd2>sample string 4</userpwd2> </UserRegAndRealNameAuth>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiResult| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| msg | string |
None. |
|
| count | integer |
None. |
|
| data | Object |
None. |
|
| otherdata | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": 1,
"msg": "sample string 2",
"count": 1,
"data": {},
"otherdata": {}
}
application/xml, text/xml
Sample:
<ApiResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fsh.Core.Models.Other"> <code>1</code> <count>1</count> <data /> <msg>sample string 2</msg> <otherdata /> </ApiResult>