GET api/PayStubFeedBacks?u={u}&t={t}&d={d}
获取工资条反馈
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
u |
用户ID |
integer |
Required |
t |
[用户ID]|[用户密码,加密]|[requestTime]|[设备标识],加密 |
string |
Required |
d |
ID=[工资条ID,guid],PageNumber=[,int?],PageSize=[,int?] |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
获取工资条反馈
DataResultListOfFeedbackDetailOutputName | Description | Type | Additional information |
---|---|---|---|
DataList | Collection of FeedbackDetailOutput |
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": "165b089f-406b-4f30-966e-d86b8889b0ed", "PayStubID": "8f29590e-0f88-4190-ad0b-62e4dc1f67df", "UserID": 3, "UserName": "sample string 4", "Time": "sample string 5", "Genre": 0, "Content": "sample string 6", "IsProcessed": true, "Reply": "sample string 8", "CreateTime": "sample string 9", "ReplyTime": "sample string 10", "UpdateTime": "sample string 11" }, { "ID": "165b089f-406b-4f30-966e-d86b8889b0ed", "PayStubID": "8f29590e-0f88-4190-ad0b-62e4dc1f67df", "UserID": 3, "UserName": "sample string 4", "Time": "sample string 5", "Genre": 0, "Content": "sample string 6", "IsProcessed": true, "Reply": "sample string 8", "CreateTime": "sample string 9", "ReplyTime": "sample string 10", "UpdateTime": "sample string 11" } ] }