{}
curl --location --request GET '/adminapi/setting.contentCensor/detail' \
--header 'token: {{admin-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"is_open": 0,
"app_id": "",
"api_key": "",
"secret_key": "",
"ask_open": 0
}
}