{
"cityCode": "string",
"projectId": 0,
"code": "string",
"name": "string",
"type": 0,
"note": "string",
"state": 0,
"_COMPONENTID": 0,
"_MODULENAME": "string",
"pageNumber": 0,
"pageSize": 0
}
curl --location --request POST 'http://localhost:8080/sys-project/project/insert' \
--header 'Content-Type: application/json' \
--data-raw '{
"cityCode": "string",
"projectId": 0,
"code": "string",
"name": "string",
"type": 0,
"note": "string",
"state": 0,
"_COMPONENTID": 0,
"_MODULENAME": "string",
"pageNumber": 0,
"pageSize": 0
}'
{
"success": false,
"msg": "",
"data": {
"projectId": 0,
"code": "",
"name": "",
"type": 0,
"qrContent": "",
"cityCode": "",
"state": 0,
"note": "",
"applyBy": 0,
"createBy": 0,
"createTime": "",
"updateBy": 0,
"updateTime": "",
"isDelete": 0,
"apiUrl": ""
},
"code": 0
}