{
"operator": "angus",
"appKey": "order",
"data": {
"id": "38457284916117488",
"receiverName": "miao",
"receiverMobile": "110",
"receiverAddress": "虹桥世界中心"
}
}
curl --location --request POST '/promotioncenter/activity/receiveWinningPrize' \
--header 'Content-Type: application/json' \
--data-raw '{
"operator": "angus",
"appKey": "order",
"data": {
"id": "38457284916117488",
"receiverName": "miao",
"receiverMobile": "110",
"receiverAddress": "虹桥世界中心"
}
}'
{
"code": "string",
"message": "string",
"data": 0,
"success": true
}