{
"code": 200,
"msg": "成功",
"data": {
"count": 2,
"pageNo": 1,
"pageSize": 10,
"lists": [
{
"id": 2,
"userId": 1,
"goodsId": 6,
"createTime": "2022-10-19 09:58:41",
"name": "清理空调",
"remarks": "服务简介",
"categoryId": 5,
"unitId": 1,
"unit": null,
"image": "http://127.0.0.1:8084/api/uploads/http://dummyimage.com/400x400",
"price": 60,
"scribingPrice": 80,
"status": 1,
"statusName": "销售中",
"sort": 20,
"content": "服务详情",
"orderNum": 2
},
{
"id": 1,
"userId": 1,
"goodsId": 6,
"createTime": "2022-10-19 09:54:27",
"name": "清理空调",
"remarks": "服务简介",
"categoryId": 5,
"unitId": 1,
"unit": null,
"image": "http://127.0.0.1:8084/api/uploads/http://dummyimage.com/400x400",
"price": 60,
"scribingPrice": 80,
"status": 1,
"statusName": "销售中",
"sort": 20,
"content": "服务详情",
"orderNum": 2
}
]
}
}