文档
测试

店长--我的预约

POST
/home/myYue

请求参数

参数名
类型
描述
必填
openid
必填
page
页码
可选

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
msg
string
示例:成功
必填
data
object
数据字典
必填
current_page
int
示例:1
必填
data
array
数据列表
必填
addtime
string
示例:2021-01-21 10:01:49
必填
username
string
示例:柳测试
必填
money
int
示例:125
必填
results
int
示例:10
必填
daike_count
int
示例:2
必填
first_page_url
string
示例:http://127.9.9.1/home/myYue?page=1
必填
from
int
示例:1
必填
last_page
int
示例:1
必填
last_page_url
string
示例:http://127.9.9.1/home/myYue?page=1
必填
next_page_url
object
示例:null
必填
path
string
示例:http://127.9.9.1/home/myYue
必填
per_page
int
示例:10
必填
prev_page_url
object
示例:null
必填
to
int
示例:1
必填
total
int
示例:2
必填
total
object
数据字典
必填
total_mon
string
示例:250
必填
total_results
int
示例:20
必填

说明 / 示例

{ "code": 200, "msg": "成功", "data": { "current_page": 1, "data": [ { "id": "106", "addtime": "2021-01-21 10:01:49",--------日期 "username": "柳测试",--------姓名 "money": 125,--------金额 "results": 10,--------业绩金额 "manager_pay_type": 1,--------1单位月结 2员工付费报销发票 } ], "first_page_url": "http://127.9.9.1/home/myYue?page=1", "from": 1, "last_page": 1, "last_page_url": "http://127.9.9.1/home/myYue?page=1", "next_page_url": null, "path": "http://127.9.9.1/home/myYue", "per_page": 10, "prev_page_url": null, "to": 1, "total": 2 }, "total": { "total_mon": "250", ----------本月合计金额 "total_results": 20-------本月合计业绩金额 } }