{
"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
}
}
curl --location --request POST '/adminapi/setting.customer/setConfig' \
--header 'token: {{adminToken}}' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"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
}
}'
{
"code": 0,
"show": 0,
"msg": "string",
"data": {
"qr_code": "string",
"wechat": "string",
"phone": "string",
"service_time": "string"
}
}