curl --location --request GET '/api/power.powerPackage/detail?id=2'
{
"code": 0,
"show": 0,
"msg": "string",
"data": {
"id": 0,
"tenant_id": 0,
"title": "string",
"cost": "string",
"power": "string",
"status": 0,
"original_cost": "string",
"recommend": 0,
"gift": 0,
"gift_power": "string",
"sort": 0,
"expire_time": null,
"note": "string",
"create_time": "string",
"update_time": "string",
"delete_time": null
}
}