{
"classDateTime": "string",
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"demandStatus": 0,
"description": "string",
"errMsg": "string",
"id": 0,
"location": "string",
"params": {},
"parentId": 0,
"remark": "string",
"sex": 0,
"tags": [
"string"
],
"title": "string",
"toCreateTime": "2019-08-24T14:15:22Z",
"toUpdateTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z"
}
curl --location --request POST '/api/wechat/Demand/demandlist' \
--header 'Content-Type: application/json' \
--data-raw '{
"classDateTime": "string",
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"demandStatus": 0,
"description": "string",
"errMsg": "string",
"id": 0,
"location": "string",
"params": {},
"parentId": 0,
"remark": "string",
"sex": 0,
"tags": [
"string"
],
"title": "string",
"toCreateTime": "2019-08-24T14:15:22Z",
"toUpdateTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z"
}'
{
"property1": {},
"property2": {}
}