curl --location --request GET '/api/order_invoice/detail'{
"code": 1,
"show": 0,
"msg": "获取成功",
"data": {
"id": 3,
"shop_id": 1,
"user_id": 118,
"order_id": 10,
"type": 0,
"header_type": 1,
"name": "发票名称",
"duty_number": "456457",
"email": "123@qq.com",
"mobile": "",
"address": "",
"bank": "",
"bank_account": "",
"invoice_amount": null,
"invoice_number": "",
"status": 0,
"invoice_time": null,
"create_time": "2022-04-12 10:09:13",
"update_time": "2022-04-12 10:09:13"
}
}