curl --location --request GET 'https://web.richen8.cn/api/v1/promoter/coupons/orders/detail?order_no=8yyMMddHHmmssxxxxxxxxxx' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NzgxMjA5NTYsImlhdCI6MTc3NTUyODk1NiwianRpIjoiZjYwZWI0YWMtNDg3NS00MzM4LThkZGUtMGI2ZTFjZjFhOGZhIiwidXNlcl9pZCI6MzF9.hTIJI1W90s0ABGjpIjwLUWAQmSi9-OFh_KvgUotfSP4'{
"code": 0,
"message": "success",
"data": {
"success": true,
"data": {
"id": 12,
"order_no": "82511071452315859251302",
"coupon_template_id": 3,
"quantity": 5,
"unit_price": 1,
"total_amount": 5,
"payment_method": "wechat",
"payment_status": 0,
"order_status": 0,
"batch_no": "BATCH_1_1762498351",
"created_at": "2025-11-07 14:52:31",
"updated_at": "2025-11-07 14:52:31"
}
}
}