Authorization: Bearer ********************
[
{
"baseUnit": "string",
"binIdFrom": "string",
"createDate": "2019-08-24T14:15:22Z",
"cusCode": "string",
"customerOrderId": "string",
"goodsId": "string",
"goodsName": "string",
"goodsQua": "string",
"goodsQuaok": "string",
"kuWeiBianMa": "string",
"omBeiZhu": "string",
"orderId": "string",
"unit": 0
}
]
curl --location --request POST '/adpick/export-excel' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"baseUnit": "string",
"binIdFrom": "string",
"createDate": "2019-08-24T14:15:22Z",
"cusCode": "string",
"customerOrderId": "string",
"goodsId": "string",
"goodsName": "string",
"goodsQua": "string",
"goodsQuaok": "string",
"kuWeiBianMa": "string",
"omBeiZhu": "string",
"orderId": "string",
"unit": 0
}
]'