curl --location --request GET '/adminapi/setting.customer/getConfig' \
--header 'token: {{adminToken}}'{
"code": 1,
"show": 0,
"msg": "",
"data": {
"qr_code": {
"value": "http://php-ws.yixiangonline.com/uploads/images/20231130/202311301513345e78f8773.png"
},
"title": {
"value": "123",
"status": "1"
},
"phone": {
"value": "123",
"status": "1"
},
"service_time": {
"value": "123",
"status": "1"
}
}
}