{
"method": "/session/getSessionPage",
"params": {
"guid": "",
"currentSeq": 0
}
}curl --location '/work-weixin/api/doApi' \
--header 'X-QIWEI-TOKEN;' \
--header 'Content-Type: application/json' \
--data '{
"method": "/session/getSessionPage",
"params": {
"guid": "",
"currentSeq": 0
}
}'{
"code": 0,
"data": {
"currentSeq": 0,
"hasMore": 0,
"sessionCount": 0,
"sessionList": {
"sessionId": "string",
"sessionType": 0
}
},
"msg": "string"
}