暂无描述
curl --location --request POST 'http://test1.moranblog.cn/api/get_order_record' \
--form 'appid="10000"' \
--form 'usertoken="df856a2c2faf23f28856f60831da11635d78ee09"'
{
"code": 1,
"msg": "success",
"data": {
"list": [
{
"id": 56,
"order_number": "16957874870908355",
"transaction_no": null,
"product_type": 3,
"product_name": "测试",
"total_amount": "3213.00",
"payment_method": 0,
"status": 1,
"create_time": "2023-09-27 12:04:47",
"payment_time": "2023-09-27 12:04:47",
"username": "moran",
"shop_id": 3,
"other_content": "3213131",
"commodity_details": "1231313"
}
],
"pagecount": 1,
"current_number": "1"
},
"timestamp": 1695793245
}