{
"data": {
"baseBusinessTypeId": 0,
"billNo": "string",
"cacheFlag": false,
"filterGoodsIdList": [
0
],
"followUserId": 0,
"id": 0,
"moduleId": "string",
"pageSize": 0,
"selfBillId": 0,
"sizeType": 0
},
"moduleId": "string"
}
curl --location --request POST '/bill/sendBillFSL/getSendBillDetail' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"baseBusinessTypeId": 0,
"billNo": "string",
"cacheFlag": false,
"filterGoodsIdList": [
0
],
"followUserId": 0,
"id": 0,
"moduleId": "string",
"pageSize": 0,
"selfBillId": 0,
"sizeType": 0
},
"moduleId": "string"
}'