{
"config": {
"conjunction": "and",
"children": [
{
"expression": "{{serviceCode=='8908026'}}"
},
{
"conjunction": "or",
"children": [
{
"expression": "{{productCode=='1'}}"
},
{
"expression": "{{waybillNumber=='UH979970595YP'}}"
}
]
},
{
"expression": "{{ expressTime | between_time: '2024-10-20T18:02:29+08:00','2024-10-21T18:02:29+08:00',true }}"
},
{
"conjunction": "and",
"children": [
{
"expression": "{{trackingStatus=='SC10'}}"
},
{
"expression": "{{sourceId==42}}"
},
{
"conjunction": "or",
"children": [
{
"expression": "{{system=='MES'}}"
},
{
"expression": "{{system=='WMS'}}"
}
]
}
]
}
]
},
"data": {
"serviceCode": "8908026",
"productCode": "1",
"waybillNumber": "UH979970595YP",
"expressTime": "2024-10-21T18:02:29+08:00",
"trackingStatus": "SC10",
"sourceId": 42,
"system": "MES"
}
}
curl --location --request POST 'https://occ-engine.yanwentech.com/api/engine/EvaluateCondition' \
--header 'Content-Type: application/json' \
--data-raw '{
"config": {
"conjunction": "and",
"children": [
{
"expression": "{{serviceCode=='\''8908026'\''}}"
},
{
"conjunction": "or",
"children": [
{
"expression": "{{productCode=='\''1'\''}}"
},
{
"expression": "{{waybillNumber=='\''UH979970595YP'\''}}"
}
]
},
{
"expression": "{{ expressTime | between_time: '\''2024-10-20T18:02:29+08:00'\'','\''2024-10-21T18:02:29+08:00'\'',true }}"
},
{
"conjunction": "and",
"children": [
{
"expression": "{{trackingStatus=='\''SC10'\''}}"
},
{
"expression": "{{sourceId==42}}"
},
{
"conjunction": "or",
"children": [
{
"expression": "{{system=='\''MES'\''}}"
},
{
"expression": "{{system=='\''WMS'\''}}"
}
]
}
]
}
]
},
"data": {
"serviceCode": "8908026",
"productCode": "1",
"waybillNumber": "UH979970595YP",
"expressTime": "2024-10-21T18:02:29+08:00",
"trackingStatus": "SC10",
"sourceId": 42,
"system": "MES"
}
}'
{
"success": true,
"code": 0,
"message": "ok",
"data": true
}