POST api/v2/member/history/getList/{lang}
历史足迹
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
lang | string |
Required |
Body Parameters
HistoryListRQContractName | Description | Type | Additional information |
---|---|---|---|
historyListRQ |
历史列表 |
Collection of HistoryRQ_Item |
None. |
Request Formats
application/json, text/json
Sample:
{ "historyListRQ": [ { "relationId": "sample string 1", "itemType": 0 }, { "relationId": "sample string 1", "itemType": 0 } ] }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
历史足迹
ReturnResultOfHistoryListRSContractName | Description | Type | Additional information |
---|---|---|---|
data | HistoryListRSContract |
None. |
|
code |
状态码:100成功,其他自定义 |
integer |
None. |
message |
提示消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": { "historyList": [ { "relationId": "sample string 1", "relationCode": "sample string 2", "itemType": 0, "title": "sample string 3", "filePath": "sample string 4", "resType": 0, "source": 0, "urlcategory": "sample string 5" }, { "relationId": "sample string 1", "relationCode": "sample string 2", "itemType": 0, "title": "sample string 3", "filePath": "sample string 4", "resType": 0, "source": 0, "urlcategory": "sample string 5" } ] }, "code": 1, "message": "sample string 2" }