curl --location --request POST 'https://test.muyang.api.zhidingtong.com/admin/foodTable/order/collection/cancelEntry?collection_id=1026' \
--header 'Access-Shop-Id: 100050' \
--header 'X-Auth-Token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjo4NTE3OTkyNTksImxvZ2luX3NjZW5lIjo0LCJsb2dpbl9kYXRhIjp7InVzZXJfbmFtZSI6InBtcyIsImF2YXRhciI6IiJ9LCJleHBpcl90aW1lIjoxNzIyMzMyOTM0LCJvdmVyX3RpbWUiOjE3MjIzMzY1MzR9.OhmhR99-MDQO5TICCx7JHrCtOfYaJr6NR4UFocTzn3o'{
"code": 0,
"msg": "string",
"data": {
"order_detail_info": {
"order_id": 0,
"room_order_detail_id": 0,
"room_number": "string",
"check_in_date": "string",
"check_out_date": "string",
"consume_money": "string",
"collection_money": "string",
"order": {
"order_id": 0,
"order_no": "string",
"consume_money": "string",
"collection_money": "string"
},
"person": [
{
"room_order_detail_id": 0,
"person_id": 0,
"user_name": "string",
"mobile": "string"
}
]
},
"consume_list": [
{
"financial_subject": 0,
"amount": "string",
"date": "string",
"create_time": "string",
"subject": {
"financial_subject_code": 0,
"financial_subject_title": "string"
}
}
],
"collection_list": [
{
"financial_subject": 0,
"amount": "string",
"date": "string",
"create_time": "string",
"subject": {
"financial_subject_code": 0,
"financial_subject_title": "string"
}
}
]
}
}