Authorization: Bearer ********************curl --location '/admin-api/wms/shipmentTaskBoard/getList' \
--header 'Authorization: Bearer <token>'{"code":0,"data":[{"pendingShipment":2400,"shipped":null,"totalInventory":1494},{"pendingShipment":4800,"shipped":null,"totalInventory":6480},{"pendingShipment":1440,"shipped":null,"totalInventory":540},{"pendingShipment":1000,"shipped":null,"totalInventory":435},{"pendingShipment":900,"shipped":null,"totalInventory":180}],"msg":"成功"}