{
"id":22,
"title": "光棍节",
"type": "满减",
"startDate": "2019-01-26T22:53:01.000+00:00",
"description": "zjcc",
"applyUser": 1,
"applyDate": "2012-05-27T16:15:49.000+00:00",
"status": 1
}
curl --location --request PUT '/activity/promotions/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"id":22,
"title": "光棍节",
"type": "满减",
"startDate": "2019-01-26T22:53:01.000+00:00",
"description": "zjcc",
"applyUser": 1,
"applyDate": "2012-05-27T16:15:49.000+00:00",
"status": 1
}'
{}