{
"unionId": "string",
"percentage": 0
}
curl --location --request POST 'http://127.0.0.1:8080/admin/isInGrayRelease' \
--header 'Content-Type: application/json' \
--data-raw '{
"unionId": "string",
"percentage": 0
}'
{
"code": 0,
"msg": "查询用户是否在灰度发布组!",
"data": false
}