更多详细教程文档尽在https://laigeoffer.cn/
Authorization: Bearer ********************
{
"beginTime": "string",
"closeTime": "string",
"description": "string",
"endTime": "string",
"executeStatus": 0,
"userId": "string",
"projectId": "string",
"status": 0,
"taskName": "string",
"taskPriority": 0,
"taskProcess": 0,
"taskFlow": "string",
"projectStageId": "string",
"taskId": "string"
}
curl --location --request POST 'http://localhost:6880/project/task/edit' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"beginTime": "string",
"closeTime": "string",
"description": "string",
"endTime": "string",
"executeStatus": 0,
"userId": "string",
"projectId": "string",
"status": 0,
"taskName": "string",
"taskPriority": 0,
"taskProcess": 0,
"taskFlow": "string",
"projectStageId": "string",
"taskId": "string"
}'
{
"msg": "操作成功",
"code": 200
}