{ "id": 1, "pushTime": 123456789, "type": "goods.onSale", "data": { "goodsIds": "1" } }
curl --location '/回调地址' \ --header 'X-Message-ID: 123456789' \ --header 'Signature-Data: abcd' \ --header 'Content-Type: application/json' \ --data '{ "id": 1, "pushTime": 123456789, "type": "goods.onSale", "data": { "goodsIds": "1" } }'
{ "code": 200, "msg": "success" }