curl --location --request GET '/admin/order/list?status=1'{
"status": 0,
"msg": "string",
"data": [
{
"id": 0,
"pay_type": "string",
"order_id": "string",
"add_time": "string",
"status": 0,
"total_num": 0,
"total_price": "string",
"total_postage": "string",
"pay_price": "string",
"pay_postage": "string",
"paid": 0,
"remark": "string",
"_info": [
{
"cart_info": {
"id": 0,
"cart_num": 0,
"productInfo": {
"image": "string",
"price": "string",
"ot_price": "string",
"store_name": "string",
"suk": "string"
}
}
}
],
"status_name": "string"
}
]
}