curl --location --request GET '/bill/sendBillFSL/getBillGoodsColumnSum/'
{
"code": 0,
"data": {
"property1": {
"busQuantity": 0,
"busSumQuantity": 0,
"busTotalAmount": 0,
"quantity": 0,
"sumFinalQuantity": 0,
"totalAmount": 0,
"totalTagPrice": 0
},
"property2": {
"busQuantity": 0,
"busSumQuantity": 0,
"busTotalAmount": 0,
"quantity": 0,
"sumFinalQuantity": 0,
"totalAmount": 0,
"totalTagPrice": 0
}
},
"msg": "string"
}