{
"data": {
"billId": 0,
"ids": [
0
],
"queryBatchStockFlag": false,
"sortList": [
{
"sortKey": "string",
"sortType": 0,
"sortTypeName": "string"
}
]
},
"moduleId": "string",
"page": 0,
"pageSize": 0
}
curl --location --request POST '/bill/sendBillFSL/origin/goods/page' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"billId": 0,
"ids": [
0
],
"queryBatchStockFlag": false,
"sortList": [
{
"sortKey": "string",
"sortType": 0,
"sortTypeName": "string"
}
]
},
"moduleId": "string",
"page": 0,
"pageSize": 0
}'
{
"bottomSum": {},
"code": 0,
"data": [
{}
],
"msg": "string",
"pageCount": 0,
"pageSize": 0,
"total": 0
}