curl --location --request GET '/admin/open/excludeEnumValues?enumClassName=com.seekshine.chat.constant.enums.LinkType&enumValues=FUNCTION_PAGE' \
--header 'Accept: application/json' \
--header 'tokenId: {{tokenId}}' \
--header 'token: {{token}}' \
--header 'tenantId: {{tenantId}}' \
--header 'Accept-Language: {{Accept-Language}}' \
--header 'mobileSystem: {{mobileSystem}}' \
--header 'clientid: {{clientid}}' \
--header 'Authorization: {{authorization}}'{
"code": 200,
"status": 1,
"msg": "Operation successful",
"message": "Operation successful",
"data": [
{
"label": "H5链接",
"value": "H5_LINK"
},
{
"label": "功能页",
"value": "FUNCtiON_PAGE"
}
]
}