文档
测试

入账明细

POST
/dailyCashapi/getMyAllBookedDetails

请求参数

参数名
类型
描述
必填
mId
string
民宿主id afa971606471850079
必填
size
int
数量
必填
current
int
页码
必填
monthTime
string
日期 格式:yyyy-mm-dd 或者 yyyy-mm
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:success
必填
total
int
示例:6
必填
current
int
示例:1
必填
code
int
示例:200
必填
size
int
示例:10
必填
myAllBookedDetails
array
数据列表
必填
lTime
string
(入账时间)示例:2021-07-29
必填
lType
int
(项目类型(1:积分重置 2住宿 3退款 4餐饮 5娱乐 6商超))示例:1
必填
lOrderno
string
(订单号)示例:YYS-H72800704083118112206623
必填
lOrderPrice
int
(订单金额)示例:600
必填
state
boolean
示例:true
必填
page
int
示例:1
必填