{
"query": {
"bool": {
"must": [
{
"match": {
"app_category": "儿童"
}},
{
"match": {
"status": "ok"
}
}
]
}
}
}