Authorization: ********************curl --location --request GET 'http://perfit-api.test.muke.design/api/client/membership-cards' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"message": "success",
"data": [
{
"id": 1,
"name": "月卡",
"type": "monthly",
"duration_days": 30,
"count": null,
"price": 299,
"description": "月卡会员,有效期30天,可无限次使用",
"status": 1
},
{
"id": 2,
"name": "次卡",
"type": "count",
"duration_days": null,
"count": 10,
"price": 199,
"description": "10次卡,有效期90天",
"status": 1
},
{
"id": 3,
"name": "年卡",
"type": "yearly",
"duration_days": 365,
"count": null,
"price": 2999,
"description": "年卡会员,有效期365天,可无限次使用",
"status": 1
}
]
}