{
"id": 0,
"project_no": "AAAA001015080",
"brand": 0,
"comm_type": 4,
"mobile_type": 2,
"major_version": 1,
"minor_version": 0,
"has_radar": 1,
"has_optic": 1,
"has_loop": 0,
"module": "1,2,3",
"ids": "",
"firmwareType": "",
"mobileType2": 0,
"isMulti": 0,
"produceModel": ""
}
curl --location --request POST 'http://192.168.20.27:9091/projectinfo/saveOrUpdate' \
--header 'Cookie: UID=9f4fb0545b5c4a7b8031ea5af9646e9e' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"project_no": "AAAA001015080",
"brand": 0,
"comm_type": 4,
"mobile_type": 2,
"major_version": 1,
"minor_version": 0,
"has_radar": 1,
"has_optic": 1,
"has_loop": 0,
"module": "1,2,3",
"ids": "",
"firmwareType": "",
"mobileType2": 0,
"isMulti": 0,
"produceModel": ""
}'
{
"code": 0,
"message": "string",
"data": null
}