curl --location --request POST 'http://localhost:8080/xd/translate/fetchLanguageConfiguration'
{
"msg": "操作成功",
"code": 200,
"data": [
{
"id": 3,
"type": "1",
"fromCode": "zh",
"toCode": "zs",
"isEnabled": "1",
"createBy": 1269
},
{
"id": 4,
"type": "0",
"fromCode": "zh",
"toCode": "zs",
"isEnabled": "1",
"createBy": 1269
}
]
}