{
"page": 1,
"size": 20,
"courseId": 0,
"unitId": 0,
"lessonId": 0,
"filterType": -1
}
curl --location --request POST 'http://test-apisix.taolihanyu.net/roadmap/app-api/v1/hsk-course/word/list' \
--header 'payload: {'\''mid'\'':{{mid}},'\''username'\'':{{username}}}' \
--header 'Authorization: bearer {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 1,
"size": 20,
"courseId": 0,
"unitId": 0,
"lessonId": 0,
"filterType": -1
}'
{
"code": "",
"data": [
{
"wordId": 0,
"pinyin": "",
"word": "",
"soundId": 0,
"soundUrl": "",
"realSoundUrl": "",
"soundType": 0,
"imageShow": 0,
"expTranslate": 0,
"explanationVideo": "",
"videoImage": "",
"important": 0,
"sort": 0,
"isCollect": 0,
"status": 0,
"explanations": [
{
"partSpeech": "",
"explanationId": 0,
"explanation": "",
"explanationTranslate": "",
"explanationUrl": "",
"expShow": 0,
"imageShow": 0,
"expTranslate": 0,
"sentencePinyin": 0,
"sentenceTranslate": 0,
"explanationSort": 0,
"lang": "",
"exampleSentences": [
{
"id": 0,
"wordId": 0,
"pinyin": "",
"sentence": "",
"translate": "",
"soundType": 0,
"realSoundUrl": "",
"wordExplain": [
{
"word": "",
"pinyin": "",
"position": 0
}
]
}
]
}
],
"wordStrokes": [
{
"word": "",
"pinyin": "",
"strokeUrl": ""
}
],
"splitType": "",
"wordVo": {
"id": 0,
"type": "",
"word": "",
"pinyin": "",
"explanationEn": "",
"soundUrl": "",
"imgUrl": "",
"study": "",
"collect": "",
"video": 0,
"videoUri": "",
"expression": {
"sentence": "",
"translate": "",
"soundType": 0,
"realSoundUrl": "",
"wordExplain": [
{
"word": "",
"pinyin": "",
"position": 0
}
]
},
"expressions": [
{
"sentence": "",
"translate": "",
"soundType": 0,
"realSoundUrl": "",
"wordExplain": [
{
"word": "",
"pinyin": "",
"position": 0
}
]
}
],
"splitWord": [
{
"type": "",
"word": "",
"spell": "",
"audio": "",
"sort": 0,
"splices": [
""
]
}
],
"splices": [
""
],
"sliceWord": [
{
"word": "",
"pinyin": "",
"strokeUri": ""
}
],
"assemble": [
{
"": [
""
]
}
]
},
"types": [
""
],
"mode": ""
}
],
"msg": "",
"total": 0
}