{
"createBy": 0,
"createTime": "2019-08-24T14:15:22Z",
"updateBy": 0,
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"createUser": "string",
"updateUser": "string",
"sortParams": {
"property1": "string",
"property2": "string"
},
"teamOrderFoodId": 0,
"orderFoodId": 0,
"dinerNum": 0,
"reason": "string",
"procInstId": "string",
"procInstStatus": "string",
"procInstNum": "string",
"orderDate": "2019-08-24T14:15:22Z",
"var": {
"property1": {},
"property2": {}
}
}
curl --location --request POST 'http://localhost:8027/adm/applyFood/submit' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": 0,
"createTime": "2019-08-24T14:15:22Z",
"updateBy": 0,
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"createUser": "string",
"updateUser": "string",
"sortParams": {
"property1": "string",
"property2": "string"
},
"teamOrderFoodId": 0,
"orderFoodId": 0,
"dinerNum": 0,
"reason": "string",
"procInstId": "string",
"procInstStatus": "string",
"procInstNum": "string",
"orderDate": "2019-08-24T14:15:22Z",
"var": {
"property1": {},
"property2": {}
}
}'
{
"code": 0,
"msg": "string",
"data": {}
}