curl --location --request GET '/adminapi/channel.web_page_setting/getConfig' \
--header 'admin-token: 46055299183372a13571170dac053cc4' \
--header 'shop-token: {{shop-token}}' \
--header 'api-token: {{api-token}}'
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"status": 1,
"url": "https://www.likeshopb2cv3.localhost/h5"
}
}