更多详细教程文档尽在https://laigeoffer.cn/
Authorization: Bearer ********************
{
"projectId":"abc",
"stageName":"阶段一"
}
curl --location --request POST 'http://localhost:6880/project/stage/add' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"projectId":"abc",
"stageName":"阶段一"
}'
{
"code": 200,
"msg": "操作成功"
}