{}
curl --location --request GET '/api/common/i18n/get_default_locale?code=zh-CN' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"code": 0,
"msg": "ok",
"data": {
"item": {
"id": 1,
"locale_code": "zh",
"language": "中文",
"flag_picture": "http://oss.tigshop.com/img/gallery/202409/1727337851uR6vaA5jgYD30U1uIR.png",
"last_updated": "2024-10-22 13:50:40",
"is_enabled": 1,
"is_default": 1,
"currency_id": 1,
"sort": 1
},
"errcode": 0,
"message": ""
}
}