curl --location 'https://openapi.shishiniu.com/api/openapi/purchaseOrder/list?page=&pageSize=&status=&minPrice=&maxPrice=' \
--header 'app-key: {{app-key}}' \
--header 'timestamp: 1788313063' \
--header 'sign: xxxxxxxxxxxxxx'{
"code": 0,
"data": {
"count": 38,
"list": [
{
"classid": 310776565,
"completedNum": 0,
"createdAt": "2024-06-13 12:33:42",
"goodsNum": 2,
"iconUrl": "-9a81dlWLwJ2UUGcVs_nsVtzdOEdtWwKGZZLQHTxDZ7I56KU0Zwwo4NUX4oFJZEHLbXH5ApeO4YmlhxY",
"id": 10001,
"marketName": "AK-47 | 红线 (久经沙场)",
"marketPrice": 40,
"purchaseAutoReceive": 0,
"purchaseUnitPrice": 35,
"status": 0,
"top1UnitPrice": "35.00",
"unitPriceRank": 1
}
]
},
"msg": "成功"
}