{
"projectId": 0,
"password": "string",
"note": "string"
}
curl --location --request POST 'http://localhost:8080/sys-project/project/delete' \
--header 'Content-Type: application/json' \
--data-raw '{
"projectId": 0,
"password": "string",
"note": "string"
}'
{
"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
}