curl --location --request GET '/bill/sendBillFSL/getSendBillLogisticsByBillId/'
{
"code": 0,
"data": {
"address": "string",
"billId": 0,
"city": "string",
"contactsPerson": "string",
"county": "string",
"createdBy": 0,
"createdByName": "string",
"createdTime": "2019-08-24T14:15:22Z",
"logisticsAmount": 0,
"logisticsBillCode": "string",
"logisticsCompanyId": 0,
"logisticsCompanyName": "string",
"mobile": "string",
"nation": "string",
"notes": "string",
"postCode": "string",
"province": "string",
"town": "string",
"updatedBy": 0,
"updatedByName": "string",
"updatedTime": "2019-08-24T14:15:22Z"
},
"msg": "string"
}