curl --location --request GET '/adminapi/setting.web.web_setting/getWebsite' \
--header 'admin-token: 46055299183372a13571170dac053cc4' \
--header 'shop-token: {{shop-token}}' \
--header 'api-token: {{api-token}}'
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"name": "测试公司",
"web_favicon": "http://www.likeadmin.localhost/123.png",
"web_logo": "http://www.likeadmin.localhost/123.png",
"login_image": "http://www.likeadmin.localhost/123.png",
"shop_name": "测试商家",
"shop_logo": "http://www.likeadmin.localhost/222.png"
}
}