GET api/HTGL/GetLtjl?yhid={yhid}&sn={sn}&sl={sl}

根据用户ID获取聊天记录,出参model是list《Qxtj_Ltjl》

Request Information

URI Parameters

NameDescriptionTypeAdditional information
yhid

用户ID,即小翎号

string

Required

sn

string

Required

sl

integer

Required

Body Parameters

None.

Response Information

Resource Description

OutPutOfListOfQxtj_Ltjl
NameDescriptionTypeAdditional information
ResultStatus

EnumResultStatus

None.

Msg

string

None.

ResultData

Collection of Qxtj_Ltjl

None.

TotalCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "ResultStatus": 200,
  "Msg": "sample string 1",
  "ResultData": [
    {
      "LTJLSN": "sample string 1",
      "YHID": "sample string 2",
      "SFZH": "sample string 3",
      "CJSJ": "2025-12-06T12:36:09.8789061+08:00",
      "QQH": "sample string 4",
      "LTNR": "sample string 5",
      "LTLX": "sample string 6"
    },
    {
      "LTJLSN": "sample string 1",
      "YHID": "sample string 2",
      "SFZH": "sample string 3",
      "CJSJ": "2025-12-06T12:36:09.8789061+08:00",
      "QQH": "sample string 4",
      "LTNR": "sample string 5",
      "LTLX": "sample string 6"
    }
  ],
  "TotalCount": 2
}

application/xml, text/xml

Sample:
<Qxtj_v.OutPutOfArrayOfQxtj_v.Qxtj_Ltjl2hGjyaJv xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ViewModels.Screen">
  <Msg>sample string 1</Msg>
  <ResultData>
    <Qxtj_v.Qxtj_Ltjl>
      <CJSJ>2025-12-06T12:36:09.8789061+08:00</CJSJ>
      <LTJLSN>sample string 1</LTJLSN>
      <LTLX>sample string 6</LTLX>
      <LTNR>sample string 5</LTNR>
      <QQH>sample string 4</QQH>
      <SFZH>sample string 3</SFZH>
      <YHID>sample string 2</YHID>
    </Qxtj_v.Qxtj_Ltjl>
    <Qxtj_v.Qxtj_Ltjl>
      <CJSJ>2025-12-06T12:36:09.8789061+08:00</CJSJ>
      <LTJLSN>sample string 1</LTJLSN>
      <LTLX>sample string 6</LTLX>
      <LTNR>sample string 5</LTNR>
      <QQH>sample string 4</QQH>
      <SFZH>sample string 3</SFZH>
      <YHID>sample string 2</YHID>
    </Qxtj_v.Qxtj_Ltjl>
  </ResultData>
  <ResultStatus>Success</ResultStatus>
  <TotalCount>2</TotalCount>
</Qxtj_v.OutPutOfArrayOfQxtj_v.Qxtj_Ltjl2hGjyaJv>