{
"manual_kf": {
"status": 0,
"icons": "",
"qr_code": "",
"title": {
"value": "添加客服二维码11",
"status": "1"
},
"phone": {
"value": "13811138111",
"status": "1"
},
"service_time": {
"value": "6:30-10:30",
"status": "1"
}
},
"online_kf": {
"status": 0,
"icons": "",
"link": ""
}
}curl --location --request POST '/adminapi/setting.customer/save' \
--header 'token: {{admin-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"manual_kf": {
"status": 0,
"icons": "",
"qr_code": "",
"title": {
"value": "添加客服二维码11",
"status": "1"
},
"phone": {
"value": "13811138111",
"status": "1"
},
"service_time": {
"value": "6:30-10:30",
"status": "1"
}
},
"online_kf": {
"status": 0,
"icons": "",
"link": ""
}
}'{
"code": 1,
"show": 1,
"msg": "设置成功",
"data": []
}