POST Account/ChangeLogin?mtAccountId={mtAccountId}&platId={platId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| mtAccountId | string |
Required |
|
| platId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
WebApiResultOfLoginResult| Name | Description | Type | Additional information |
|---|---|---|---|
| status | string |
None. |
|
| message | string |
None. |
|
| code | string |
None. |
|
| data | LoginResult |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": "sample string 1",
"message": "sample string 2",
"code": "sample string 3",
"data": {
"token": "sample string 1",
"loginUser": {
"mtAccountId": "sample string 1",
"platId": 2,
"nickName": "sample string 3",
"identifierId": "sample string 4",
"Role": "sample string 5",
"avaterImage": "sample string 6",
"traderType": 7,
"traderStatus": 1,
"crmUserId": "sample string 8",
"userEmail": "sample string 9"
}
}
}