curl --location --request GET 'http://www.likeadmin.localhost/adminapi/config/getConfig' \
--header 'token: {{token}}'
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"oss_domain": "http://www.likeadmin.localhost/",
"web_name": "likeshop平台",
"web_favicon": "http://www.likeadmin.localhost/uploads/img.png",
"web_logo": "http://www.likeadmin.localhost/www.baidu.com222",
"login_image": "http://www.likeadmin.localhost/www.baidu.com3333",
"copyright_info": 1111,
"icp_number": 2222,
"icp_link": 3333,
"public_number": 4444,
"public_link": 5555
}
}