curl --location --request POST 'https://tapi.antong56.com:8443/antong-api/api-platform/api/onlineProcessing/v2/queryReturnReasonList' \
--header 'token: undefined' \
--header 'salt;' \
--header 'sign;'
{
"state": "ok",
"code": 20000,
"msg": null,
"errorMsg": null,
"result": [
"代理原因",
"船公司原因",
"码头原因",
"车队原因"
],
"responseOk": true
}