{
"wordStr": "string",
"isHskWord": 0,
"mid": 0,
"lang": "string",
"extraParams": {
"type": 0,
"articleId": 0,
"sort": 0,
"index": 0
}
}curl --location --request POST 'http://test-apisix.taolihanyu.net/behavior/app-api/v2/translate/word' \
--header 'payload: {'\''mid'\'':{{mid}},'\''username'\'':{{username}},'\''userType'\'':,'\''campusId'\'':}' \
--header 'Authorization: bearer {{access_token}}' \
--header 'a-version: 4.14.0' \
--header 'a-language: zh' \
--header 'ostype: ios' \
--header 'Content-Type: application/json' \
--data-raw '{
"wordStr": "string",
"isHskWord": 0,
"mid": 0,
"lang": "string",
"extraParams": {
"type": 0,
"articleId": 0,
"sort": 0,
"index": 0
}
}'{
"code": "",
"data": {
"translateStatus": 0,
"originalText": "",
"translationText": "",
"basicExplain": "",
"webExplain": "",
"hskGrade": "",
"speakUrl": "",
"pinyin": "",
"imgList": [
""
],
"collectStatus": ""
},
"msg": "",
"total": 0
}