查询一个月的消费记录
GET
/api/consumption/month/{start}
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
Path 参数
start
integer
必需
示例值:
1679197206
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://localhost:8080/api/consumption/month/1679197206'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
data
array [object {7}]
必需
Id
integer
必需
Info
string
必需
Owner
integer
必需
Amount
number
必需
IsFood
boolean
必需
Created
string
必需
Updated
string
必需
示例
{
"code": 200,
"msg": "ok",
"data": [
{
"Id": 1,
"Info": "况入低色设制非且价交压局速。",
"Owner": 1,
"Amount": 6.78,
"IsFood": false,
"Created": "2023-03-19T11:41:53+08:00",
"Updated": "2023-03-19T11:41:53+08:00"
},
{
"Id": 2,
"Info": "真队至被战包值如与布将信题出收厂般同。",
"Owner": 1,
"Amount": 86.5,
"IsFood": true,
"Created": "2023-03-19T11:42:33+08:00",
"Updated": "2023-03-19T11:42:33+08:00"
},
{
"Id": 3,
"Info": "天争才质务干构反号场族包斗就。",
"Owner": 1,
"Amount": 34.3,
"IsFood": true,
"Created": "2023-03-19T11:52:09+08:00",
"Updated": "2023-03-19T11:52:09+08:00"
},
{
"Id": 4,
"Info": "增采治细内山例料先会件少。",
"Owner": 1,
"Amount": 26.23,
"IsFood": true,
"Created": "2023-03-19T11:52:10+08:00",
"Updated": "2023-03-19T11:52:10+08:00"
},
{
"Id": 5,
"Info": "委先技合识委研很业同道照集特。",
"Owner": 1,
"Amount": 4.8,
"IsFood": false,
"Created": "2023-03-19T11:52:10+08:00",
"Updated": "2023-03-19T11:52:10+08:00"
},
{
"Id": 6,
"Info": "改委而头建从门时系义历道别青。",
"Owner": 1,
"Amount": 51.65,
"IsFood": false,
"Created": "2023-03-19T11:52:11+08:00",
"Updated": "2023-03-19T11:52:11+08:00"
},
{
"Id": 7,
"Info": "设深件化党自来油等部记半政。",
"Owner": 1,
"Amount": 37.25,
"IsFood": false,
"Created": "2023-03-19T13:49:45+08:00",
"Updated": "2023-03-19T13:49:45+08:00"
},
{
"Id": 8,
"Info": "条效组地按打至着土术华压一规共去划。",
"Owner": 1,
"Amount": 37.8,
"IsFood": false,
"Created": "2023-03-19T13:50:34+08:00",
"Updated": "2023-03-19T13:50:34+08:00"
},
{
"Id": 9,
"Info": "出音对维住金红五半划时马传展层。",
"Owner": 1,
"Amount": 52.2,
"IsFood": true,
"Created": "2023-03-19T13:51:12+08:00",
"Updated": "2023-03-19T13:51:12+08:00"
},
{
"Id": 10,
"Info": "省确易正民感共科历参素美际备明查里。",
"Owner": 1,
"Amount": 11.6,
"IsFood": true,
"Created": "2023-03-19T13:52:21+08:00",
"Updated": "2023-03-19T13:52:21+08:00"
},
{
"Id": 11,
"Info": "造好风到色信指油用做出点月图。",
"Owner": 1,
"Amount": 68.47,
"IsFood": false,
"Created": "2023-03-19T13:53:32+08:00",
"Updated": "2023-03-19T13:53:32+08:00"
},
{
"Id": 12,
"Info": "但片部小规信活被也道并真历族成队总。",
"Owner": 1,
"Amount": 59.58,
"IsFood": true,
"Created": "2023-03-19T13:53:56+08:00",
"Updated": "2023-03-19T13:53:56+08:00"
},
{
"Id": 13,
"Info": "光总毛造理革名接基京易规严门。",
"Owner": 1,
"Amount": 12.3,
"IsFood": false,
"Created": "2023-03-20T14:02:19+08:00",
"Updated": "2023-03-20T14:02:19+08:00"
}
]
}
修改于 2023-03-20 06:03:17