Header | Value | Description |
---|---|---|
Authorization | ############ your token ############ | Permission validation |
Accept-Language | en | English Message |
{
"checkCode": "string",
"dataLogSn": "string",
"plantId": 0
}
{
"code": 200,
"data": null,
"msg": "operate successfully"
}
code | description |
---|---|
200 | succeed |
500 | fail |
400 | not fount |
403 | No access |
... | Other exceptions |