Authorization: Bearer ********************
{
"bizOrderId": "40",
"supplierName": "",
"supplierOrderId": "",
"costPrice": "12323",
"purchaseSerialNumber": "",
"purchaseVouchers": "D:图片.png",
"manualPurchaseRemark": "人工采购"
}
curl --location --request POST '/api/hotel/order/manualPurchase' \
--header 'Content-Type: application/json' \
--data-raw '{
"bizOrderId": "40",
"supplierName": "",
"supplierOrderId": "",
"costPrice": "12323",
"purchaseSerialNumber": "",
"purchaseVouchers": "D:图片.png",
"manualPurchaseRemark": "人工采购"
}'
{}