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