{ "orderId":"1111" }
curl --location 'http://127.0.0.1:6085/order/order/get/cache' \ --header 'no_verify: true' \ --header 'Content-Type: application/json;charset=UTF-8' \ --data '{ "orderId":"1111" }'
{}