curl --location --request GET 'https://tmdemo.tmse.com.cn/api/getConfig' \
--header 'Authorization: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJjaGFubmVsIjoiMSIsImlzcyI6InRtZGVtby50bXNlLmNvbS5jbiIsImF1ZCI6InRtZGVtby50bXNlLmNvbS5jbiIsImlhdCI6MTcyMzQ2NjMyNCwibmJmIjoxNzIzNDY2MzI0LCJleHAiOjE3MjM1MjAzMjQsImp0aSI6eyJpZCI6MSwidHlwZSI6ImFkbWluIiwiZXhwIjo1NDAwMH19.0ToDqLzkzWUDrigx4qV3uF9lV6RPHck8DjJ-OUDG2xs'{
"code": 0,
"msg": "string",
"data": {
"loginConfig": {
"config": "string"
},
"tabbarConfig": {
"style": {
"default_color": "string",
"selected_color": "string"
},
"list": [
{
"name": "string",
"selected_icon": "string",
"unselected_icon": "string",
"link": "string"
}
],
"info": {
"style_identify": "string",
"style_color": "string"
}
},
"styleConfig": {
"index": 0,
"name": "string",
"color": "string",
"identify": "string",
"info": {
"style_identify": "string",
"style_color": "string"
}
},
"sysConfig": {
"base": {
"app_name": "string",
"app_logo": "string"
},
"record": {
"icp": "string",
"icp_url": "string",
"pcp": "string",
"pcp_url": "string"
}
}
}
}