{
"pageSize":"",
"pageNum":""
}
curl --location --request POST 'http://localhost:8080/kk/group/selectGroupList' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageSize":"",
"pageNum":""
}'
{
"total": 2,
"data": [
{
"id": 88,
"groupName": "sub-gp-fz1",
"groupCustomer": "customer(2)",
"count": 2
},
{
"id": 89,
"groupName": "sub-gp-fz2",
"groupCustomer": "ttt(3),customer(1)",
"count": 4
}
],
"code": 200,
"msg": "查询成功"
}