curl --location --request GET 'http://127.0.0.1:5678/api/order/list?page=1&page_size=20' \
--header 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHBpcmVkIjoxNzI5MTQ2NzQzLCJ1c2VyX2lkIjo0fQ.Rhk2XHTo-x55Ry2zHfcE2M9XcgdFo1DkTPDhhwg8Bk4'
{
"code": 0,
"data": [
{
"id": 0,
"user_id": 0,
"product_id": 0,
"username": "string",
"order_no": "string",
"trade_no": "string",
"subject": "string",
"amount": 0,
"status": 0,
"pay_time": 0,
"pay_way": "string",
"remark": {
"power": 0,
"name": "string",
"price": 0,
"discount": 0
},
"created_at": 0,
"updated_at": 0
}
],
"message": "string"
}