{
"entId": "kaahuanjing",
"condition": {
"groups": [
{
"type": "OR",
"conditions": [
{
"symbol": "unequal",
"type": "string",
"field": "gongzuobiaoti",
"value": "测试代办列表",
"table": "gongzuoxietong"
}
]
}
],
"type": "OR"
},
"appId": "GongZuoXieTong",
"loginUserId": "ApiTest"
}
curl --location --request POST '/openApi/out/app/openworkflow/getCountList' \
--header 'X-Qpaas-Dev-Tags: ylh' \
--header 'Cookie: PHPSESSID=2b6bcd0d-8fbe-4dfc-86f7-1f52397d4b0a; access_token=2b6bcd0d-8fbe-4dfc-86f7-1f52397d4b0a' \
--header 'Content-Type: application/json' \
--data-raw '{
"entId": "kaahuanjing",
"condition": {
"groups": [
{
"type": "OR",
"conditions": [
{
"symbol": "unequal",
"type": "string",
"field": "gongzuobiaoti",
"value": "测试代办列表",
"table": "gongzuoxietong"
}
]
}
],
"type": "OR"
},
"appId": "GongZuoXieTong",
"loginUserId": "ApiTest"
}'
{
"status": 200,
"code": 200,
"msg": "",
"result": 521,
"guid": "95ee5923423e204f"
}