{
"text":"高兴"
}
curl --location --request POST 'http://127.0.0.1:8080/user/getSynonymSubstitution' \
--header 'Content-Type: application/json' \
--data-raw '{
"text":"高兴"
}'
{
"code": 1010,
"msg": "您的会员已过期,请前往续费会员。",
"data": {
"freeVipBuy": true,
"msg": "您的会员已过期,请前往续费会员。",
"confirmText": "去购买"
}
}