新增门店订单与核销管理列表,对齐 Android 订单能力并完善账号级缓存。
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
45
suixinkanTests/Fixtures/store_order_list_success.json
Normal file
45
suixinkanTests/Fixtures/store_order_list_success.json
Normal file
@ -0,0 +1,45 @@
|
||||
{
|
||||
"code": 100000,
|
||||
"msg": "success",
|
||||
"data": {
|
||||
"total": "2",
|
||||
"list": [
|
||||
{
|
||||
"order_number": "STORE001",
|
||||
"order_type": "19",
|
||||
"order_type_label": "多点旅拍",
|
||||
"created_at": "2026-05-23 09:00:00",
|
||||
"order_status": "18",
|
||||
"order_status_name": "已付定金",
|
||||
"actual_pay_amount": "199.00",
|
||||
"actual_refund_amount": "0",
|
||||
"pay_type_name": "微信支付",
|
||||
"pay_time": "2026-05-23 09:01:00",
|
||||
"complete_time": "",
|
||||
"user_id": "8001",
|
||||
"phone": "13800000000",
|
||||
"project_id": "6001",
|
||||
"project_name": "店长套餐",
|
||||
"remark": ""
|
||||
},
|
||||
{
|
||||
"order_number": "STORE002",
|
||||
"order_type": 4,
|
||||
"order_type_label": "线下产品",
|
||||
"created_at": "2026-05-22 18:30:00",
|
||||
"order_status": 30,
|
||||
"order_status_name": "已完成",
|
||||
"actual_pay_amount": "88.00",
|
||||
"actual_refund_amount": "0",
|
||||
"pay_type_name": "余额支付",
|
||||
"pay_time": "2026-05-22 18:31:00",
|
||||
"complete_time": "2026-05-22 19:00:00",
|
||||
"user_id": 8002,
|
||||
"phone": "13900000000",
|
||||
"project_id": 6002,
|
||||
"project_name": "线下体验",
|
||||
"remark": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user