{
"data": {
"wba002": "1"
}
}
curl --location --request POST '/cxjz/applyProcessRestService/getMyTaskSum.do' \
--header 'lid: wangxu' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"wba002": "1"
}
}'
{
"errcode": "0",
"data": {
"taskSum": [
{
"num": 13,
"key": "dbApplyProcess"
},
{
"num": 2,
"key": "tkApplyProcess"
},
{
"num": 13,
"key": "lsApplyProcess"
}
]
}
}