Request header
Host: api.www.unionroom.cn
Authorization: username:api_secret
Content-Type: application/json
Authorization: username:api_secret
Content-Type: application/json
Response specifications
### Response format
```json
{
"code": 0,
"msg" : "success",
"data" : {} // Specific data
}
Response status code
| Status | Describe |
|---|---|
| 0 | Success |
| 201 | Pending |
| 400 | Parameter error |
| 401 | Unauthorized |
| 404 | No relevant records found |
| 500 | Server Internal Error |






