{
"adjust_amount": "-500",
"tourist": [
"210795"
],
"comment": "调账原因说明,填写调账原因内容",
"order_no": "25082719482643057"
}curl --location -g --request POST 'https://erp.e88.meiyouwx.com/open/api/v2?service=order.adjustment&access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"adjust_amount": "-500",
"tourist": [
"210795"
],
"comment": "调账原因说明,填写调账原因内容",
"order_no": "25082719482643057"
}'{
"status": "success",
"msg": "调用成功",
"data": {
"order_no": "25082719482643057",
"refund_id": "9506"
}
}