蝎子莱莱
  1. TestConsoleController
蝎子莱莱
  • 蝎子莱莱的im项目
    • im-console
      • TestConsoleController
        • get
          GET
        • 测试权限绕过接口
          GET
    • im-auth
      • KeyPairController
        • getKey
    • im-gateway
      • LoginController
        • test
    • ImC2CMsgRecordESController
      • 根据会话ID查询消息
      • 根据发送者ID查询消息
      • 根据接收者ID查询消息
      • 根据消息内容搜索
      • 根据会话ID和内容搜索
      • 根据时间范围查询
      • 根据消息状态查询
      • 复合查询
    • ImChatController
      • 查询最近会话列表
    • ImFriendController
      • 发送好友申请
      • 处理好友申请
      • 查询好友申请列表
      • 查询好友列表
      • 删除好友
      • 拉黑/取消拉黑好友
    • UserSearchController
      • 搜索用户
  1. TestConsoleController

get

GET
http://localhost:8084/test/console/get
最后修改时间:2025-08-27 13:00:19

请求参数

无

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://localhost:8084/test/console/get'

返回响应

🟢200成功
application/json
Body

示例
[
  {
    "id": 0,
    "fromUserId": "",
    "toUserId": "",
    "createTime": "",
    "updateTime": "",
    "msgContent": "",
    "msgId": "",
    "msgCreateTime": 0,
    "msgFormat": 0,
    "msgStatus": 0,
    "retryCount": 0,
    "withdrawFlag": 0,
    "chatId": ""
  }
]
修改于 2025-08-27 13:00:19
下一页
测试权限绕过接口
Built with