/project
接口{
"correct_item_num": 5,
"dead_line": "2025-03-15 10:00:00",
"description": "毕业跑活动展台",
"name": "毕业跑",
"prize": [
{
"amount": 100,
"image": "https://dummyimage.com/400x300",
"level": 1,
"name": "手机支架"
}
],
"prize_claim_place": "展台",
"prize_claim_time": "2025-03-16 10:00:00",
"prize_claim_way": 1,
"question": [
{
"a": 2,
"o1": "1900",
"o2": "1901",
"o3": "1902",
"o4": "1903",
"q": "山东大学是什么时候成立的?"
}
],
"start_time": "2025-02-01 10:00:00",
"total_raffle_times": 1
}
curl --location --request POST '/api/project/test' \
--header 'Content-Type: application/json' \
--data-raw '{
"correct_item_num": 5,
"dead_line": "2025-03-15 10:00:00",
"description": "毕业跑活动展台",
"name": "毕业跑",
"prize": [
{
"amount": 100,
"image": "https://dummyimage.com/400x300",
"level": 1,
"name": "手机支架"
}
],
"prize_claim_place": "展台",
"prize_claim_time": "2025-03-16 10:00:00",
"prize_claim_way": 1,
"question": [
{
"a": 2,
"o1": "1900",
"o2": "1901",
"o3": "1902",
"o4": "1903",
"q": "山东大学是什么时候成立的?"
}
],
"start_time": "2025-02-01 10:00:00",
"total_raffle_times": 1
}'