{
"userId": 0,
"crowdId": 0,
"img": "string",
"name": "string",
"type": 0,
"imgAlbum": [
"string"
],
"introduction": "string",
"cir": [
{
"crowdField": "string",
"requiring": true
}
]
}
curl --location --request POST '/crowd2/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 0,
"crowdId": 0,
"img": "string",
"name": "string",
"type": 0,
"imgAlbum": [
"string"
],
"introduction": "string",
"cir": [
{
"crowdField": "string",
"requiring": true
}
]
}'
{
"code": 0,
"msg": "",
"data": {
"id": 0,
"createTime": "",
"updateTime": "",
"introduce": "",
"name": "",
"txId": "",
"createCrowdMes": "",
"real": false,
"roomNo": "",
"img": "",
"imgAlbum": [
""
],
"crowdType": 0
}
}