文档
测试

我的订单列表

POST
http://jourly.com/mobile/api/Order/getList

请求头

参数名
类型
描述
必填
Authorization
SENXM2dFaUJhZDYwcFNTNnk5QUJpQmk5LVhReFVJRERJPVNOdU1jUXpQZ3phREE2MDFUUmdhUVJnSEd2cUZ1Z2ROcVBySVEteDNBMWQxVE5ZYUJNcUludjFIU1JtZS1qNQ%3D%3D
必填

请求参数

参数名
类型
描述
必填
page
必填
pagesize
必填
status
状态 1全部 2待付款 3待使用 4已完成 5退款售后
必填

响应参数

参数名
类型
描述
必填
order_no
订单号
必填
product_title
商品名称
必填
product_img
商品图片
必填
create_date
下单时间
必填
total_count
总数量
必填
total_amount
总金额
必填
pay_amount
实付金额
必填
status
订单状态 1待支付,2待成团,3待使用, 4已完成, 5已取消
必填

说明 / 示例

{
“status”: 0,
“msg”: “操作成功”,
“datas”: {
“total”: 2,
“per_page”: 10,
“current_page”: 1,
“last_page”: 1,
“data”: [
{
“id”: “1033”,
“order_no”: “PT2025031917045313273030378”,
“shop_id”: “1027”,
“shop_title”: “胡子小镇”,
“user_id”: “oZT2L67WoGamgx6KZxB2TyO2Zd4I”,
“user_name”: “李龙”,
“user_mobile”: “18795871328”,
“product_id”: “1028”,
“product_title”: “乐途户外休闲活动”,
“product_img”: “/upload/file/202503/7adb9b7a0df077faa8d07f2951c956a0.jpeg”,
“order_type”: “1”,
“group_id”: null,
“group_status”: null,
“group_expire_time”: null,
“is_leader”: null,
“price”: “600.00”,
“total_count”: “2”,
“total_amount”: “1200.00”,
“pay_amount”: “1000.00”,
“pay_type”: “1”,
“status”: “3”,
“pay_time”: “2025-03-19 17:04:53”,
“transaction_id”: “123456”,
“profit_sharing”: null,
“profit_sharing_status”: null,
“profit_sharing_time”: null,
“create_by_name”: null,
“create_date”: “2025-03-19 17:04:53”
},
{
“id”: “1035”,
“order_no”: “PT2025031922263496006826767”,
“shop_id”: “1027”,
“shop_title”: “胡子小镇”,
“user_id”: “oZT2L67WoGamgx6KZxB2TyO2Zd4I”,
“user_name”: “李伟”,
“user_mobile”: “18795871328”,
“product_id”: “1028”,
“product_title”: “乐途户外休闲活动”,
“product_img”: “/upload/file/202503/7adb9b7a0df077faa8d07f2951c956a0.jpeg”,
“order_type”: “2”,
“group_id”: “1030”,
“group_status”: “1”,
“group_expire_time”: null,
“is_leader”: “1”,
“price”: “600.00”,
“total_count”: “2”,
“total_amount”: “1200.00”,
“pay_amount”: “800.00”,
“pay_type”: “1”,
“status”: “2”,
“pay_time”: “2025-03-19 22:26:42”,
“transaction_id”: “123456”,
“profit_sharing”: null,
“profit_sharing_status”: null,
“profit_sharing_time”: null,
“create_by_name”: null,
“create_date”: “2025-03-19 22:26:35”
}
]
}
}