im_request.yaml 540 Bytes
conversation_detail:
  method: get
  url: /api/im/conversation/detail
  params:
    current_city_id: ${current_city_id}
    begin_msg_id: ${begin_msg_id}
    conversation_type: ${conversation_type}
    end_msg_id: ${begin_msg_id}
    referrer: ${referrer}
  data: {}

  json: {}
  isLogin: 1 #需要登录的接口

auto_msg:
  method: post
  url: /api/im/auto_msg
  params:
    version: ${version}
    trace_id: ${trace_id}
    uqidd: ${uqid}

  data:
    conversation_id: ${conversation_id}

  json: {}
  isLogin: 1 #需要登录的接口