curl --location --request GET '/dms/dmsbill/make_back_qrcode/'
{
"count": 0,
"next": "http://example.com",
"previous": "http://example.com",
"results": [
{
"id": 0,
"order_no": "string",
"from_addr": "string",
"to_addr": "string",
"total": -2147483648,
"status": -32768,
"creator": "string",
"signer": "string",
"deliverer": "string",
"update_time": "2019-08-24T14:15:22Z",
"details": [
{
"id": 0,
"size": "string",
"gsort": -32768,
"count": -2147483648,
"rfid_list": "string",
"bz": "string",
"billback_id": 0
}
]
}
]
}