Files
suixinkan_ios_new/suixinkanTests/Fixtures/writeoff_list_success.json
2026-06-22 15:35:12 +08:00

20 lines
427 B
JSON

{
"code": 100000,
"msg": "success",
"data": {
"total": 1,
"list": [
{
"order_number": "VERIFY001",
"order_verification_status": "待核销",
"pay_time": "2026-05-23 03:03",
"project_name": "核销套餐",
"user_phone": "13800000000",
"order_amount": "99.00",
"order_status_name": "已支付",
"order_verification_time": ""
}
]
}
}