curl --location --request GET 'https://test.pro.wuht.net/adminapi/store_integral/order/list?page=1&limit=20' \
--header 'authori-zation: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJ0ZXN0LnByby53dWh0Lm5ldCIsImF1ZCI6InRlc3QucHJvLnd1aHQubmV0IiwiaWF0IjoxNjQ5NzQ2MjAyLCJuYmYiOjE2NDk3NDYyMDIsImV4cCI6MTY1MDM1MTAwMiwianRpIjp7ImlkIjoxLCJ0eXBlIjoiYWRtaW4ifX0.-xDXOdYfBNsu3IqF3nMO_E_fop2lxkwNw25fdQpzGVQ'
{
"status": 0,
"msg": "string",
"data": [
{
"id": 0,
"order_id": "string",
"uid": 0,
"real_name": "string",
"user_phone": "string",
"user_address": "string",
"product_id": 0,
"image": "string",
"store_name": "string",
"suk": "string",
"total_num": 0,
"price": "string",
"total_price": "string",
"add_time": "string",
"status": 0,
"delivery_name": null,
"delivery_code": "string",
"delivery_type": null,
"delivery_id": null,
"fictitious_content": "string",
"delivery_uid": 0,
"mark": "string",
"is_del": 0,
"remark": null,
"mer_id": 0,
"is_mer_check": 0,
"is_remind": 0,
"is_system_del": 0,
"channel_type": "string",
"province": "string",
"express_dump": "string",
"verify_code": "string",
"nickname": "string",
"phone": "string",
"spread_uid": 0,
"status_name": "string"
}
]
}