GET user/user_order_list?page_index={page_index}&page_size={page_size}
获取工资单
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
page_index | integer |
Required |
|
page_size | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
获取工资单
DataResponseOfPageResponseOfUserOrderListViewModelName | Description | Type | Additional information |
---|---|---|---|
code | integer |
None. |
|
message | string |
None. |
|
success | boolean |
None. |
|
data | PageResponseOfUserOrderListViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{ "code": 1, "message": "sample string 2", "success": true, "data": { "last_page": true, "total_count": 2, "list": [ { "order_line_id": 1, "amount": 2.0, "amount_str": "2.00", "title": "sample string 3", "date_created": "sample string 4" }, { "order_line_id": 1, "amount": 2.0, "amount_str": "2.00", "title": "sample string 3", "date_created": "sample string 4" } ] } }