curl --location --request GET 'https://tmdemo.tmse.com.cn/admin/setting/dbMysql/lists' \
--header 'Authorization: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJjaGFubmVsIjoiMSIsImlzcyI6InRtZGVtby50bXNlLmNvbS5jbiIsImF1ZCI6InRtZGVtby50bXNlLmNvbS5jbiIsImlhdCI6MTcyMzQ2NjMyNCwibmJmIjoxNzIzNDY2MzI0LCJleHAiOjE3MjM1MjAzMjQsImp0aSI6eyJpZCI6MSwidHlwZSI6ImFkbWluIiwiZXhwIjo1NDAwMH19.0ToDqLzkzWUDrigx4qV3uF9lV6RPHck8DjJ-OUDG2xs'{
"code": 0,
"msg": "string",
"data": {
"list": [
{
"Name": "string",
"Engine": "string",
"Version": 0,
"Row_format": "string",
"Rows": 0,
"Avg_row_length": 0,
"Data_length": 0,
"Max_data_length": 0,
"Index_length": 0,
"Data_free": 0,
"Auto_increment": 0,
"Create_time": "string",
"Update_time": "string",
"Check_time": null,
"Collation": "string",
"Checksum": null,
"Create_options": "string",
"Comment": "string"
}
],
"page_limit": "string",
"page_num": "string",
"page_total": 0
}
}