{
"set_meal_order_id": 52,
"voucher": ["http://www.baidu.com/a.jpg"]
}curl --location --request POST '/platformapi/order.set_meal_order/confirmPay' \
--header 'version: 2.0' \
--header 'token: {{ptoken}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"set_meal_order_id": 52,
"voucher": ["http://www.baidu.com/a.jpg"]
}'{}