{
"provinceCode": "110000000000",
"cityCode": "110100000000",
"districtCode": "110101000000",
"goodsId": "48499021962027022",
"quantity": "1"
}curl --location --globoff 'https://open-test.wanqidian.com/open/api/v1/goods/queryFreight?appid=&noncestr={{%24string.alphanumeric(length%3D8)}}×tamp={{%24date.timestamp}}&sign=' \
--header 'Content-Type: application/json' \
--data '{
"provinceCode": "110000000000",
"cityCode": "110100000000",
"districtCode": "110101000000",
"goodsId": "48499021962027022",
"quantity": "1"
}'{
"code": 200,
"message": "success",
"success": true,
"data": {
"allowDeliver": 1,
"freight": 0
}
}