快鹿后端API接口文档
{
"userId": "string",
"title": "string",
"description": "string",
"date": "string",
"deadline": "string"
}curl --location --globoff 'http://{{address}}:8080/volunteer/publishVolunteer' \
--header 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySW5mbyI6IntcImlkXCI6XCIxMDBcIixcIm5pY2tOYW1lXCI6XCLlsbHkuJzkuqTpgJrlrabpmaJcIixcImF2YXRhclVybFwiOm51bGwsXCJnZW5kZXJcIjpudWxsLFwicGxhY2VcIjpudWxsLFwiYmlydGhcIjpudWxsLFwic2Nob29sXCI6bnVsbCxcIm1ham9yXCI6bnVsbCxcInF1YWxpZmljYXRpb25cIjpudWxsLFwiZ3JhZHVhdGlvbkRhdGVcIjpudWxsLFwicm9sZVwiOlwiUk9MRV9zY2hvb2xcIn0iLCJpc3MiOiJmYXN0LWRlZXIiLCJleHAiOjE2OTU3Mzg3NjYsImlhdCI6MTY5NTczMTU2NiwianRpIjoiNmJjODMzMjItZTk5OS00MTVmLTg5ZDktOTZmZWU0MDA5YzI2In0.jQfpVe64AfcUk0jAwpSfGHBXDlv8zbnKHdNA1qGlWB4' \
--header 'Content-Type: application/json' \
--data '{
"userId": "string",
"title": "string",
"description": "string",
"date": "string",
"deadline": "string"
}'{
"code": "200",
"msg": "发布成功",
"data": true
}