curl --location --request POST 'https://tapi.antong56.com:8443/antong-api/api-platform/api/points/v2/getIntegralDeductionRules' \
--header 'token: undefined' \
--header 'salt;' \
--header 'sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"startPortName": "广澳",
"endPortName": "营口",
"goodsName": "云母",
"boxSize": "20",
"count": 4
}'
{
"state": "ok",
"code": 20000,
"msg": "查到符合数据!",
"errorMsg": null,
"result": {
"chargeitem": "积分抵扣",
"cfdeducttype": "1",
"rulename": "积分抵扣规则",
"totalpoints": 400,
"countbox": "4",
"supportpoints": 100
},
"responseOk": true
}