{
"code":"PqKEQWQA"
}
curl --location --request POST 'http://127.0.0.1:8080/anonymous/findActiveCode' \
--header 'Content-Type: application/json' \
--data-raw '{
"code":"PqKEQWQA"
}'
{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"code": null,
"vipType": 0,
"vipContent": null,
"status": 0,
"openId": null,
"createDate": null,
"activeDate": null,
"statusString": "string"
}
}