{
"export_item": [
"total_amount",
"order_sn",
"add_time",
"order_status_name",
"pay_status_name"
]
}
curl --location --request POST '/adminapi/order/order/save_export_item' \
--header 'Content-Type: application/json' \
--data-raw '{
"export_item": [
"total_amount",
"order_sn",
"add_time",
"order_status_name",
"pay_status_name"
]
}'
{
"code": 0,
"msg": "ok",
"data": {
"errcode": 0,
"message": "保存成功"
}
}