get_daily_report
开发中
POST
/get_daily_report
请求参数
Body 参数application/json
date
string
必需
示例
{
"date": "2023-08-01"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/get_daily_report' \
--header 'Content-Type: application/json' \
--data-raw '{
"date": "2023-08-01"
}'
返回响应
🟢200成功
application/json
Body
room_list
array [object {8}]
必需
room_id
integer
必需
turn_times
integer
必需
sched_times
integer
必需
bill_times
integer
必需
tweat_tem_times
integer
必需
tweat_speed_times
integer
必需
working_time
number
必需
daily_cost
number
必需
示例
{
"room_list": [
{
"room_id": 0,
"turn_times": 0,
"sched_times": 0,
"bill_times": 0,
"tweat_tem_times": 0,
"tweat_speed_times": 0,
"working_time": 0,
"daily_cost": 0
}
]
}
修改于 2023-11-29 12:37:52