{ "Token": "1C15D6F0458BC2557867C37705D5B699", "ticketsNum": "单号", "weight": "0.25", "volume": "60000.00", "height": "40.00", "length": "50.00", "width": "30.00", "workConsole": "001", "destination": "", "image": "base64的图片" }
curl --location --request POST 'http://logistics.e-sunward.com:8080/scmAPI/rest/determineLogisticsWS/getDetermineLogisticsName' \ --header 'Content-Type: application/json' \ --data-raw '{ "Token": "1C15D6F0458BC2557867C37705D5B699", "ticketsNum": "单号", "weight": "0.25", "volume": "60000.00", "height": "40.00", "length": "50.00", "width": "30.00", "workConsole": "001", "destination": "", "image": "base64的图片" }'
{ "result": true, "data": 2, "message": "FEDEX" }