| Name | Description | Type | Additional information |
|---|---|---|---|
| MsgStatus |
返回類型(Login,Send,Receive) Login 登入Send 發送消息Receive 接收消息 |
string |
None. |
| Result |
返回狀態 (true/false) true 成功 false 失敗 |
boolean |
None. |
| msg |
消息 |
WebSocketOut_msg |
None. |
| Error |
錯誤消息 Result = false 返回 |
string |
None. |
| NoReadQty |
未讀消息數量(MsgStatus=“Receive”才有 ) |
integer |
None. |