Sync order detail and scanner verification
This commit is contained in:
42
suixinkanTests/Fixtures/store_order_detail_success.json
Normal file
42
suixinkanTests/Fixtures/store_order_detail_success.json
Normal file
@ -0,0 +1,42 @@
|
||||
{
|
||||
"code": 100000,
|
||||
"msg": "success",
|
||||
"data": {
|
||||
"order_number": "ORDV2001",
|
||||
"order_type": "19",
|
||||
"order_type_label": "多点旅拍",
|
||||
"created_at": "2026-05-23 04:39:00",
|
||||
"order_status": "20",
|
||||
"order_status_name": "已支付",
|
||||
"actual_pay_amount": "299.50",
|
||||
"actual_refund_amount": 0,
|
||||
"pay_type_name": "微信支付",
|
||||
"pay_time": "2026-05-23 04:40:00",
|
||||
"complete_time": "",
|
||||
"user_id": "7001",
|
||||
"phone": "13800000000",
|
||||
"project_id": "5101",
|
||||
"project_name": "亲子跟拍",
|
||||
"remark": "需要精修",
|
||||
"multi_travel": {
|
||||
"project_info": {
|
||||
"settle_spot_num": "3",
|
||||
"single_spot_material_num": 8,
|
||||
"single_spot_photo_num": "2",
|
||||
"single_spot_video_num": 1
|
||||
},
|
||||
"shooting_list": [
|
||||
{
|
||||
"scenic_spot_id": "901",
|
||||
"photog_uid": "42",
|
||||
"scenic_spot_name": "东门",
|
||||
"staff_name": "",
|
||||
"photog_name": "张三",
|
||||
"status": "2",
|
||||
"start_avg": "4.8",
|
||||
"start": 5
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user