[
{
"orderId": "nonKPP2022111600001",
"sapSyncDesc": "ok"
}
]
curl --location --request POST 'mall-server/api/order/nonConsignment/editStatus' \
--header 'sys: pp' \
--header 'token;' \
--header 'traceId;' \
--header 'Content-Type: application/json;charset=utf-8' \
--data-raw '[
{
"orderId": "nonKPP2022111600001",
"sapSyncDesc": "ok"
}
]'
{
"code": 0,
"msg": "success"
}