curl --location --request GET 'http://1.24.238.233:19051/api/environmentQuality/score/gl' \
--header 'Authorization;'
{
"code": 0,
"msg": "",
"data": {
"wellViewList": [
{
"well": "",
"gl": 0.0,
"gl2020": 0.0
}
],
"gl": 0.0,
"glr": 0
}
}