{
"type": "string",
"data": {
"goodsIds": [
0
]
},
"id": 0,
"push_time": 0
}
curl --location --request POST '/回调地址' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "string",
"data": {
"goodsIds": [
0
]
},
"id": 0,
"push_time": 0
}'
{}