curl --location --request GET '/adminapi/promotion/product_promotion/detail?id=40'
{
"code": 0,
"msg": "ok",
"data": {
"item": {
"promotion_type_name": "满减",
"product_status": "",
"product_time": [],
"promotion_id": 26,
"promotion_name": "测试活动1",
"start_time": "",
"end_time": "",
"limit_user_rank": [],
"range": 0,
"range_data": [],
"min_order_amount": "100.00",
"max_order_amount": "300.00",
"promotion_type": 1,
"promotion_type_data": 10,
"is_available": 0,
"sort_order": 50,
"shop_id": 6
},
"errcode": 0,
"message": ""
}
}