1. 会话相关
UFER
  • API
    • 用户权限相关
      • 微信注册并登录
      • 微信登录
      • 获取微信用户信息
      • 获取微信绑定的手机号
      • 发送订阅消息
    • 用户模块
      • 查询当前用户信息
      • 查询指定用户信息
      • 查询指定用户的服务
      • 查询指定用户的综合评分
      • 查询指定用户的评价列表
      • 查询指定用户的技能数量
      • 查询指定用户的技能列表(包含详情)
      • 查询当前用户技能列表(无详情)
      • 更新用户个人信息
      • 创建技能
      • 更新技能信息
      • 查询指定技能详情
      • 通过URL更新头像
    • 搜索模块
      • 查询推荐服务列表
      • 搜索热词
      • 关键词搜索
    • 消息相关
      • 发送消息
      • 给指定会话发送消息
    • 评价模块
      • 评价UKER
      • 更新评价
    • 会话相关
      • 查询指定项目的会话列表
        GET
      • 关闭会话
        POST
      • 查询指定会话的消息列表
        GET
    • 项目
      • 创建项目
      • 查询当前用户的项目列表
      • 查询指定项目详情
      • 关闭指定项目
      • 雇佣一个UKER
      • 发现项目
      • 发起项目沟通
      • 申请完成服务
      • 确认一个项目完成服务
      • 报价
      • 查询指定项目的申请表
      • 查询指定会话下的有效报价表
    • 表单
      • 根据subId查询Forms-(前端使用这个)
      • 根据formsId查询Forms
    • 行业分类
      • 查询所有类别,不分页
      • 创建大类以及旗下的多个子类别,子类别可以为空
      • updateCate
      • deleteCate
      • 创建指定大类下的子类别
    • 公共模块
      • 查询当前服务人数
      • 查询支持的服务
      • 查询服务方式列表
      • 上传文件
  • 微信消息服务接口
    GET
  • 数据模型
    • VO_UfToken
    • AjaxResult2«VO_UfToken»
    • VO_Uker
    • VO_UserEntity
    • VO_Page«VO_IndustrySub»
    • AjaxResult2«VO_UserEntity»
    • AjaxResult2«VO_Page«VO_IndustrySub»»
    • WXUserInfoRequest
    • VO_ServerWay
    • AjaxResult2«List«VO_ServerWay»»
    • AjaxResult2
    • QiniuResponse
    • VO_QOptions
    • VO_Questions
    • VO_Forms
    • AjaxResult2«VO_Forms»
    • VO_AnswersOption
    • VO_AnswerQuestions
    • VO_ProjectAnswers
    • VO_ProjectAddress
    • VO_CreateProjectEntity
    • VO_IndustrySub
    • BO_Uker
    • BO_UserEntity
    • BO_ProjectEntity
    • BO_ProjectTender
    • BO_MessagesEntity
    • BO_Conversations
    • BO_QOptions
    • BO_Questions
    • BO_Forms
    • BO_IndustrySub
    • BO_AnswersOption
    • BO_AnswerQuestions
    • BO_ProjectAnswers
    • BO_ProjectAddress
    • VO_MessagesEntity
    • VO_Conversations
    • VO_ProjectEntity
    • VO_Page«VO_ProjectEntity»
    • AjaxResult2«VO_Page«VO_ProjectEntity»»
    • VO_QueryProjectEntity
    • AjaxResult2«VO_QueryProjectEntity»
    • IPage«BO_ProjectTender»
    • AjaxResult2«IPage«BO_ProjectTender»»
    • VO_IndustryCate
    • AjaxResult2«List«VO_IndustryCate»»
    • VO_Page
    • AjaxResult2«VO_Page»
    • VO_SkillAlbumsImages
    • VO_SkillAlbums
    • VO_UkerSkills
    • AjaxResult2«List«VO_UkerSkills»»
    • AjaxResult2«VO_ProjectEntity»
    • VO_IndustryRecommend
    • AjaxResult2«VO_Conversations»
    • AjaxResult2«VO_IndustryRecommend»
    • VO_ProjectTender
    • AjaxResult2«List«VO_IndustrySub»»
    • AjaxResult2«VO_ProjectTender»
    • OrderItem
    • VO_QuotedPriceRequest
    • Page«VO_MessagesEntity»
    • AjaxResult2«Page«VO_MessagesEntity»»
    • VO_Evaluate
    • Page«VO_Conversations»
    • AjaxResult2«Page«VO_Conversations»»
    • VO_Page«VO_MessagesEntity»
    • AjaxResult2«VO_Page«VO_MessagesEntity»»
    • VO_Page«VO_Conversations»
    • AjaxResult2«VO_Page«VO_Conversations»»
    • AjaxResult2«BO_UserEntity»
    • AjaxResult2«VO_UkerSkills»
    • AjaxResult
  1. 会话相关

查询指定会话的消息列表

GET
/api/messages/queryMessages/conversationId/{conversationId}
查询指定会话的消息

请求参数

Path 参数

Query 参数

Header 参数

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location 'http://proxy.ufer.top/api/messages/queryMessages/conversationId/16?pageSize=20&pageNum=1&field=&order=' \
--header 'token: e30a1f948d694aa990a25b30e0fe87c2'

返回响应

🟢200成功
application/json
Bodyapplication/json

示例
{
  "code": 0,
  "msg": "",
  "data": {
    "records": [
      {
        "id": 0,
        "projectId": 0,
        "conversationId": 0,
        "fromUser": 0,
        "toUser": 0,
        "type": 0,
        "tenderId": 0,
        "content": "",
        "fileUrl": "",
        "msgExt": "",
        "createTime": "",
        "fUser": {
          "userId": 0,
          "openid": "",
          "username": "",
          "password": "",
          "countryCode": "",
          "phone": "",
          "userStatus": 0,
          "address": "",
          "thumb": "",
          "gender": 0,
          "grade": 0,
          "rate": 0.0,
          "longitude": "",
          "latitude": "",
          "country": "",
          "province": "",
          "city": "",
          "language": "",
          "enabled": 0,
          "createTime": "",
          "createBy": 0,
          "updateTime": "",
          "updateBy": 0,
          "revision": 0,
          "deleteed": false,
          "lastTime": "",
          "aboutMe": "",
          "uker": {
            "id": 0,
            "userId": 0,
            "aboutMe": "",
            "realnameIden": false,
            "creditIden": false,
            "creditGrade": 0,
            "createTime": "",
            "createBy": 0,
            "cteateTime": "",
            "updateBy": 0,
            "updateTime": "",
            "deleteed": false,
            "revision": 0
          }
        },
        "tUser": {
          "userId": 0,
          "openid": "",
          "username": "",
          "password": "",
          "countryCode": "",
          "phone": "",
          "userStatus": 0,
          "address": "",
          "thumb": "",
          "gender": 0,
          "grade": 0,
          "rate": 0.0,
          "longitude": "",
          "latitude": "",
          "country": "",
          "province": "",
          "city": "",
          "language": "",
          "enabled": 0,
          "createTime": "",
          "createBy": 0,
          "updateTime": "",
          "updateBy": 0,
          "revision": 0,
          "deleteed": false,
          "lastTime": "",
          "aboutMe": "",
          "uker": {
            "id": 0,
            "userId": 0,
            "aboutMe": "",
            "realnameIden": false,
            "creditIden": false,
            "creditGrade": 0,
            "createTime": "",
            "createBy": 0,
            "cteateTime": "",
            "updateBy": 0,
            "updateTime": "",
            "deleteed": false,
            "revision": 0
          }
        },
        "requirement": {
          "id": 0,
          "industryId": 0,
          "userId": 0,
          "formsId": 0,
          "ukerId": 0,
          "tenderId": 0,
          "projectName": "",
          "pStatus": 0,
          "bewrite": "",
          "tendersNumber": 0,
          "createTime": "",
          "createBy": 0,
          "updateTime": "",
          "updateBy": 0,
          "deleteed": false,
          "projectNum": 0,
          "conversation": {
            "Con_Status_0": 0,
            "Con_Status_1": 0,
            "Con_Status_2": 0,
            "Con_Status_3": 0,
            "Con_Status_4": 0,
            "Con_Status_5": 0,
            "Con_Status_6": 0,
            "Con_Status_7": 0,
            "id": 0,
            "projectId": 0,
            "name": "",
            "createUserId": 0,
            "toUserId": 0,
            "lastMessageTime": "",
            "lastMessageId": 0,
            "status": 0,
            "unread": 0,
            "createUser": {
              "userId": 0,
              "openid": "",
              "username": "",
              "password": "",
              "countryCode": "",
              "phone": "",
              "userStatus": 0,
              "address": "",
              "thumb": "",
              "gender": 0,
              "grade": 0,
              "rate": 0.0,
              "longitude": "",
              "latitude": "",
              "country": "",
              "province": "",
              "city": "",
              "language": "",
              "enabled": 0,
              "createTime": "",
              "createBy": 0,
              "updateTime": "",
              "updateBy": 0,
              "revision": 0,
              "deleteed": false,
              "lastTime": "",
              "aboutMe": "",
              "uker": {
                "id": 0,
                "userId": 0,
                "aboutMe": "",
                "realnameIden": false,
                "creditIden": false,
                "creditGrade": 0,
                "createTime": "",
                "createBy": 0,
                "cteateTime": "",
                "updateBy": 0,
                "updateTime": "",
                "deleteed": false,
                "revision": 0
              }
            },
            "toUser": {
              "userId": 0,
              "openid": "",
              "username": "",
              "password": "",
              "countryCode": "",
              "phone": "",
修改于 2024-05-30 09:28:41
上一页
关闭会话
下一页
创建项目
Built with