POST api/access/csLogin
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| arg | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"SiteCode": "sample string 1",
"loginName": "sample string 2",
"Password": "sample string 3",
"VerifyCode": "sample string 4",
"CustomerType": "sample string 5",
"DeviceNo": "sample string 6",
"AppId": "sample string 7",
"ip": "sample string 8",
"UserCode": "sample string 9"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"code": 1,
"message": "sample string 2",
"token": "sample string 3",
"data": {
"authUserInfo": {
"userId": "sample string 1",
"userName": "sample string 2",
"userType": 3,
"loginName": "sample string 4",
"employeeCode": "sample string 5",
"stationId": "sample string 6",
"stationCode": "sample string 7",
"stationName": "sample string 8",
"stationLevel": 9,
"stationType": 10,
"auth_mac": "sample string 11",
"auth_appid": "sample string 12"
},
"ticket": "sample string 1"
},
"messageDetail": "sample string 4"
}