{
"goodsType": 1
}
curl --location --request POST 'https://test-openapi.7dingdong.com/api/v1/goods/all_goods' \
--header 'appKey;' \
--header 'token;' \
--header 'nonce;' \
--header 'timestamp;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"goodsType": 1
}'
{
"status": 200,
"msg": "请求成功",
"requestId": "73567274-3916-11ef-8769-08002763b2f5",
"content": {
"gift": [
182934,
183765,
202559,
202568,
207656,
234308,
234310,
234311,
234313,
234743,
242885,
257399,
258154,
261735,
277676,
279516,
279992,
280331,
280350,
280357,
280400,
280572,
280574,
280578,
280584,
280610,
280611,
280612,
280613,
280614,
280615,
280619,
280648,
280650,
280661,
280671,
280693,
280710,
280901,
280906
],
"currency": [
305365,
305487,
305488,
318666,
318678,
318680,
318682,
318689,
318706,
318708,
318731,
318733,
318734,
318745,
318749
],
"nums": {
"total": 1000,
"gift": 650,
"currency": 350
}
}
}