curl --location --request GET 'http://www.likeadmin.localhost/adminapi/setting.web.web_setting/getWebsite' \
--header 'token: {{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"}}