curl --location --request GET '/v1/vip/wordapp/vip/getVipDisplayInfo?loginId=19327492865'{
"errorCode": "200",
"errorMsg": "Success",
"data": [
{
"id": 1,
"type": 1, // 商品类型
"name": "永久vip",
"originalPrice": 0.1,
"price": 0.1, // 现价
"durationMonths": 0, // 有效时长(月)
"extraMonths": 0, // 暂时无用字段
"introduce": "永久vip"
},
{
"id": 2,
"type": 2,
"name": "年卡vip",
"originalPrice": 0.1,
"price": 0.1,
"durationMonths": 12,
"extraMonths": 0,
"introduce": "一年vip"
}
]
}