付款列表
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
GET /public/payout HTTP/1.1
Host: api.catfee.io
Accept: */*
{
"code": 1,
"msg": "text",
"sub_code": "text",
"sub_msg": "text",
"data": {
"total_elements": 1,
"total_pages": 1,
"pageable": {
"paged": true,
"page_number": 1,
"page_size": 1,
"offset": 1,
"sort": {
"empty": true,
"sorted": true,
"unsorted": true
},
"unpaged": true
},
"size": 1,
"content": [],
"number": 1,
"sort": {
"empty": true,
"sorted": true,
"unsorted": true
},
"number_of_elements": 1,
"first": true,
"last": true,
"empty": true
}
}