{ "ExpressType": "31", "AddressType": "home", "WareHouse": "NJW", "Length": 9.26, "ZipCode": "10001", "Country": "US", "Weight": 3.37, "Height": 4.62, "Width": 3.23, "TransactionID": "35", "Token": "0008000f32f23r2r" }
curl --location --request POST 'http://logistics.e-sunward.com:8080/scmAPI/rest/financeWS/calculateExpressFee' \ --header 'Content-Type: application/json' \ --data-raw '{ "ExpressType": "31", "AddressType": "home", "WareHouse": "NJW", "Length": 9.26, "ZipCode": "10001", "Country": "US", "Weight": 3.37, "Height": 4.62, "Width": 3.23, "TransactionID": "35", "Token": "0008000f32f23r2r" }'
{ "RspDesc": "成功", "FeeArray": [ { "Charge": "15.34", "OperationFee": "1", "ExpressType": "31" } ], "RspCode": "0", "TransactionID": "35" }