文档
测试

查看数据

POST
/api/cost/boos/OperationLog

响应参数

参数名
类型
描述
必填
system_turnover
int
系统营业额
必填
other_turnover
int
其他营业额
必填
fixed_cost
int
固定成本金额
必填
fixed_cost_detail
text
固定成本明细
必填
day_cost
int
日耗成本
必填
public_relations_price
int
公关费用
必填
loss_reporting
int
固定报损金额
必填
profit
int
利润
必填
date
int
日期
必填
name
int
名称
必填

说明 / 示例

``` { "code": 1, "msg": "获取成功", "time": "1675581500", "data": { "id": 1, "hotel_id": 1, "system_turnover": "888.00", "other_turnover": "666.00", "fixed_cost": "0.00", "day_cost": "0.00", "public_relations_price": "0.00", "loss_reporting": "0.00", "profit": "0.00", "date": "1675526400", "name": "", "is_write": 0 } } ```