["app_ai_detect_show_switch"]
curl --location --request POST 'https://test.myusmile.online/bff/cloud/select/dictData' \
--header 'TOK: ' \
--header 'Content-Type: application/json' \
--data-raw '["app_ai_detect_show_switch"]'
{
"code": 0,
"message": "string",
"data": {
"app_ai_detect_show_switch": [
{
"dictCode": 0,
"dictSort": 0,
"dictLabel": "string",
"dictValue": "string",
"dictType": "string",
"cssClass": null,
"listClass": null,
"isDefault": "string",
"status": "string",
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string"
}
]
}
}