http://127.0.0.1:8888/api/| Parameter Name | Required | Parameter Type | Description |
|---|---|---|---|
| type | Yes | int | API ID |
| chatroomUserName | Yes | string | Chat Room Id |
{
"type": 10028,
"chatroomUserName": "xxx@chatroom"
}
{
"data": {
"status": 0,
"desc": "",
}
}
| Parameter Name | Parameter Type | Description |
|---|---|---|
| error_code | int | Error code |
| description | string | Error Description |
| data | json | Business data |