{
"name": "芋道",
"status": 1,
"remark": "我是备注",
"id": 1024,
"conf": "string",
"fields": [
"string"
]
}curl --location --request PUT '/admin-api/bpm/form/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "芋道",
"status": 1,
"remark": "我是备注",
"id": 1024,
"conf": "string",
"fields": [
"string"
]
}'{
"code": 0,
"data": true,
"msg": "string"
}