POST apiTopic/TopicIMStaffGetList
职工互助IM聊天用户列表查询
Request Information
URI Parameters
None.
Body Parameters
d=[TID =[互助ID,long]]
UploadParametersName | Description | Type | Additional information |
---|---|---|---|
u |
用户ID StaffID |
integer |
None. |
t |
全局数据(加密) 1.单点登陆格式:[[用户密码,加密]|[requestTime]|[设备标识],加密] 2.其他数据通讯格式:[[用户ID]|[用户密码,加密]|[requestTime]|[设备标识],加密] |
string |
Required |
d |
数据参数 加密(单点登陆除外) 不同API,参数格式不同 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "u": 1, "t": "sample string 2", "d": "sample string 3" }
application/x-www-form-urlencoded
Sample:
u=Value&t=Value&d=Value
Response Information
Resource Description
职工互助IM聊天用户列表查询
DataResultListOfAPITopicIMStaffGetListReturnName | Description | Type | Additional information |
---|---|---|---|
DataList | Collection of APITopicIMStaffGetListReturn |
None. |
|
PageNum | integer |
None. |
|
PageSize | integer |
None. |
|
PageCount | integer |
None. |
|
PreviousIndex | integer |
None. |
|
NextIndex | integer |
None. |
|
RecordCount | integer |
None. |
|
Error | boolean |
None. |
|
ErrorInfo | Collection of string |
None. |
|
ExInfo | Exception |
None. |
Response Formats
application/json, text/json
Sample:
{ "_pageSize": 2, "_recordCount": 3, "_pageNum": 1, "_error": true, "_errorInfo": [ "sample string 1", "sample string 2" ], "_exInfo": { "ClassName": "System.Exception", "Message": null, "Data": null, "InnerException": null, "HelpURL": "sample string 1", "StackTraceString": null, "RemoteStackTraceString": null, "RemoteStackIndex": 0, "ExceptionMethod": null, "HResult": 3, "Source": "sample string 2", "WatsonBuckets": null }, "_dataList": [ { "ID": 1, "TID": 2, "StaffID": 3, "CreateTime": "2025-05-13T20:57:54.9579119+08:00", "StaffName": "sample string 5", "StaffIMG": "sample string 6" }, { "ID": 1, "TID": 2, "StaffID": 3, "CreateTime": "2025-05-13T20:57:54.9579119+08:00", "StaffName": "sample string 5", "StaffIMG": "sample string 6" } ] }