{
"wordCount": 0,
"grade": "八年级",
"name": "译林版初中英语八上(2025版)",
"id": 705
}curl --location --request GET '/v1/resources/wordapp/booklist' \
--header 'Content-Type: application/json' \
--data-raw '{
"wordCount": 0,
"grade": "八年级",
"name": "译林版初中英语八上(2025版)",
"id": 705
}'{
"errorCode": "string",
"errorMsg": "string",
"data": {
"levelList": [
{
"name": "string",
"versionList": [
{
"booklist": [
{
"wordCount": 0,
"grade": "string",
"name": "string",
"id": 0
}
],
"level": "string",
"version": "string"
}
]
}
]
}
}