{
"qrCodeName": "string",
"areaCode": "string",
"areaName": "string",
"screenType": "string",
"longitude": 0,
"latitude": 0,
"businessType": [
"string"
],
"config": {
"qrVisitDetail": {
"id": 0,
"qrCode": "string",
"name": "string",
"mangerPhone": "string",
"enableState": true,
"areaDTOs": [
{
"id": 0,
"qrCode": "string",
"areaCode": "string",
"fullName": "string"
}
],
"config": {
"verifyMobile": true,
"idcard": "string",
"visitInfo": "string",
"smsToHost": true,
"smsToVisitor": true
},
"gmtCreate": "string",
"gmtModify": "string",
"type": {
"title": "string",
"type": "string",
"url": "string",
"httpHost": "string"
}
}
}
}
curl --location --request POST 'https://eventsys-test-d-browser.gogen.cn/eventSys/aggregateCode/batchAdd' \
--header 'Content-Type: application/json' \
--data-raw '{
"qrCodeName": "string",
"areaCode": "string",
"areaName": "string",
"screenType": "string",
"longitude": 0,
"latitude": 0,
"businessType": [
"string"
],
"config": {
"qrVisitDetail": {
"id": 0,
"qrCode": "string",
"name": "string",
"mangerPhone": "string",
"enableState": true,
"areaDTOs": [
{
"id": 0,
"qrCode": "string",
"areaCode": "string",
"fullName": "string"
}
],
"config": {
"verifyMobile": true,
"idcard": "string",
"visitInfo": "string",
"smsToHost": true,
"smsToVisitor": true
},
"gmtCreate": "string",
"gmtModify": "string",
"type": {
"title": "string",
"type": "string",
"url": "string",
"httpHost": "string"
}
}
}
}'
{
"status": false,
"code": 0,
"message": "",
"exceMes": "",
"requestId": "",
"timestamp": 0,
"result": null
}