curl --location --request POST 'https://tapi.antong56.com:8443/antong-api/api-platform/api/coupon/v2/getBookingCoupons' \
--header 'token: undefined' \
--header 'salt;' \
--header 'sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"startPortName":"营口",
"endPortName":"天津",
"forwardingClause":"CY/CY",
"goodsName":"云母",
"boxSize":"20",
"emptyFull":"F",
"boxType":"GP",
"count":1,
"seaRailwayPath":""
}'
{
"state": "ok",
"code": 20000,
"msg": "查到可使用的优惠券信息!",
"errorMsg": null,
"result": [
{
"totalAmount": "100",
"amount": "100",
"allowPoints": "0",
"activityName": "单箱省100 : 华南-营口天津黄岛日照华东20尺优惠券(不可积分抵扣)",
"couponNo": "202402294182",
"remark": "使用口岸,请见详情。"
},
{
"totalAmount": "100",
"amount": "100",
"allowPoints": "0",
"activityName": "单箱省100 : 华南-营口天津黄岛日照华东20尺优惠券(不可积分抵扣)",
"couponNo": "202403034639",
"remark": "使用口岸,请见详情。"
}
],
"responseOk": true
}