POST api/Account/WorkWeixinLogin
Request Information
URI Parameters
None.
Body Parameters
WorkWeixinLoginModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Code": "sample string 1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PermissionUserResultModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Token | string |
None. |
|
| Phone | string |
None. |
|
| Password | string |
None. |
|
| HasCreateBuilderFunction | boolean |
None. |
|
| ShowConstructor | boolean |
None. |
|
| ShowWarehouse | boolean |
None. |
|
| IsWarehouseOperator | boolean |
None. |
|
| TenantId | integer |
None. |
|
| AbpUserID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"Token": "sample string 2",
"Phone": "sample string 3",
"Password": "sample string 4",
"HasCreateBuilderFunction": true,
"ShowConstructor": true,
"ShowWarehouse": true,
"IsWarehouseOperator": true,
"TenantId": 1,
"AbpUserID": 9
}