设备 预约接口
This commit is contained in:
@@ -616,67 +616,67 @@ class BookInfoPage extends GetView<BookInfoController> {
|
||||
}).catchError((d) {
|
||||
showToast("预约失败");
|
||||
});
|
||||
Get.toNamed("/bookSuccessPage", arguments: {
|
||||
"data": {
|
||||
"id": "7fbfbd614ef5befa3d8a84730f666853",
|
||||
"code": "10000114",
|
||||
"orderSn": "2025051411302980610000114",
|
||||
"userId": "09db8134288e8fb716c7acfdcca9f763",
|
||||
"extUserId": null,
|
||||
"deptId": 35,
|
||||
"storeId": "962df2043ba06c99e6490616b37a60d4",
|
||||
"customerId": "531ba6efe42d5e2cc3c8f219ebed4cee",
|
||||
"idCard": null,
|
||||
"realName": "江有龙",
|
||||
"userPhone": "18956025450",
|
||||
"province": "",
|
||||
"city": "",
|
||||
"district": "",
|
||||
"addressDetail": "",
|
||||
"bookType": 2,
|
||||
"bookDateId": 104167,
|
||||
"bookRoomNo": null,
|
||||
"bookTimeStart": 1747281600000,
|
||||
"bookTimeEnd": 1747303200000,
|
||||
"payAmount": 0,
|
||||
"transactionId": null,
|
||||
"paid": 0,
|
||||
"payTime": null,
|
||||
"payType": null,
|
||||
"status": 2,
|
||||
"isVerify": false,
|
||||
"verifyAdminId": null,
|
||||
"verifyTime": null,
|
||||
"giftAdminId": null,
|
||||
"giftTime": null,
|
||||
"createTime": 1747193430000,
|
||||
"refundTime": null,
|
||||
"isDel": false,
|
||||
"audienceId": null,
|
||||
"store": {
|
||||
"id": "962df2043ba06c99e6490616b37a60d4",
|
||||
"code": "55102",
|
||||
"name": "合肥眠花糖共享会议华润大厦B座",
|
||||
"deptId": 35,
|
||||
"kingdeeId": ""
|
||||
},
|
||||
"dateStr": "2025年05月15日周四",
|
||||
"timeStr": "12:00~18:00",
|
||||
"qrCode": "",
|
||||
"payName": "未付款",
|
||||
"statusName": "待体验",
|
||||
"user": {
|
||||
"id": "09db8134288e8fb716c7acfdcca9f763",
|
||||
"nickName": "生陌",
|
||||
"avatar": null,
|
||||
"mobile": "18956025450"
|
||||
},
|
||||
"verifyAdmin": null,
|
||||
"giftAdmin": null,
|
||||
"storeName": "合肥眠花糖共享会议华润大厦B座",
|
||||
"storeAddress": null
|
||||
},
|
||||
});
|
||||
// Get.toNamed("/bookSuccessPage", arguments: {
|
||||
// "data": {
|
||||
// "id": "7fbfbd614ef5befa3d8a84730f666853",
|
||||
// "code": "10000114",
|
||||
// "orderSn": "2025051411302980610000114",
|
||||
// "userId": "09db8134288e8fb716c7acfdcca9f763",
|
||||
// "extUserId": null,
|
||||
// "deptId": 35,
|
||||
// "storeId": "962df2043ba06c99e6490616b37a60d4",
|
||||
// "customerId": "531ba6efe42d5e2cc3c8f219ebed4cee",
|
||||
// "idCard": null,
|
||||
// "realName": "江有龙",
|
||||
// "userPhone": "18956025450",
|
||||
// "province": "",
|
||||
// "city": "",
|
||||
// "district": "",
|
||||
// "addressDetail": "",
|
||||
// "bookType": 2,
|
||||
// "bookDateId": 104167,
|
||||
// "bookRoomNo": null,
|
||||
// "bookTimeStart": 1747281600000,
|
||||
// "bookTimeEnd": 1747303200000,
|
||||
// "payAmount": 0,
|
||||
// "transactionId": null,
|
||||
// "paid": 0,
|
||||
// "payTime": null,
|
||||
// "payType": null,
|
||||
// "status": 2,
|
||||
// "isVerify": false,
|
||||
// "verifyAdminId": null,
|
||||
// "verifyTime": null,
|
||||
// "giftAdminId": null,
|
||||
// "giftTime": null,
|
||||
// "createTime": 1747193430000,
|
||||
// "refundTime": null,
|
||||
// "isDel": false,
|
||||
// "audienceId": null,
|
||||
// "store": {
|
||||
// "id": "962df2043ba06c99e6490616b37a60d4",
|
||||
// "code": "55102",
|
||||
// "name": "合肥眠花糖共享会议华润大厦B座",
|
||||
// "deptId": 35,
|
||||
// "kingdeeId": ""
|
||||
// },
|
||||
// "dateStr": "2025年05月15日周四",
|
||||
// "timeStr": "12:00~18:00",
|
||||
// "qrCode": "",
|
||||
// "payName": "未付款",
|
||||
// "statusName": "待体验",
|
||||
// "user": {
|
||||
// "id": "09db8134288e8fb716c7acfdcca9f763",
|
||||
// "nickName": "生陌",
|
||||
// "avatar": null,
|
||||
// "mobile": "18956025450"
|
||||
// },
|
||||
// "verifyAdmin": null,
|
||||
// "giftAdmin": null,
|
||||
// "storeName": "合肥眠花糖共享会议华润大厦B座",
|
||||
// "storeAddress": null
|
||||
// },
|
||||
// });
|
||||
},
|
||||
colors: const [
|
||||
Color(0xFFFCFCFC),
|
||||
|
||||
Reference in New Issue
Block a user