curl --location --request GET '/adminapi/setting.customer_service/getConfig' \
--header 'admin-token: 46055299183372a13571170dac053cc4' \
--header 'shop-token: {{shop-token}}' \
--header 'api-token: {{api-token}}'
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"qr_code": "http://www.smyy.localhost/111",
"wechat": "fasdads",
"phone": 17306643985,
"service_time": "11:00-06:30"
}
}