[
{
"id": 0,
"specs": 0,
"customPrescription": true,
"color": 0,
"isAstigmatism": 0,
"interpupillaryDistance": 0,
"left": {
"specs": 0,
"isAstigmatism": 0,
"degree": 0,
"cylDegree": 0,
"axisDegree": 0,
"astigmatismDirection": 0
},
"right": {
"specs": 0,
"isAstigmatism": 0,
"degree": 0,
"cylDegree": 0,
"axisDegree": 0,
"astigmatismDirection": 0
},
"orderInfoId": 0,
"afterSalesName": "string",
"afterSalesGender": true,
"afterSalesAge": 0,
"afterSalesPhone": "string",
"optometryImage": "string",
"optometryOssId": "string",
"enable": true,
"deleted": true,
"wearerName": "string",
"wearerSex": "string",
"wearerAge": 0,
"wearerHeight": 0,
"wearerWeight": 0,
"addressId": 0
}
]curl --location --request POST 'https://test.51vive.com/store/glassorderOptions/temporary' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"id": 0,
"specs": 0,
"customPrescription": true,
"color": 0,
"isAstigmatism": 0,
"interpupillaryDistance": 0,
"left": {
"specs": 0,
"isAstigmatism": 0,
"degree": 0,
"cylDegree": 0,
"axisDegree": 0,
"astigmatismDirection": 0
},
"right": {
"specs": 0,
"isAstigmatism": 0,
"degree": 0,
"cylDegree": 0,
"axisDegree": 0,
"astigmatismDirection": 0
},
"orderInfoId": 0,
"afterSalesName": "string",
"afterSalesGender": true,
"afterSalesAge": 0,
"afterSalesPhone": "string",
"optometryImage": "string",
"optometryOssId": "string",
"enable": true,
"deleted": true,
"wearerName": "string",
"wearerSex": "string",
"wearerAge": 0,
"wearerHeight": 0,
"wearerWeight": 0,
"addressId": 0
}
]'{
"code": 0,
"msg": "string",
"data": {}
}