curl --location --request GET '/adminapi/setting.customer/detail' \
--header 'token: {{admin-token}}'{
"code": 1,
"show": 0,
"msg": "",
"data": {
"manual_kf": {
"status": 0,
"icons": "",
"qr_code": "",
"title": {
"value": "",
"status": 0
},
"phone": {
"value": "",
"status": 0
},
"service_time": {
"value": "",
"status": 0
}
},
"online_kf": {
"status": 0,
"link": "",
"icons": ""
}
}
}