curl --location 'http://manager.wecomapi.com/wecom/finder/api' \
--header 'WECOM-TOKEN: ' \
--header 'Content-Type: application/json' \
--data '{
"method": "/login/checkLogin",
"params": {
"guid": ""
}
}'{
"code": 200,
"data": {
"errorCode": 0,
"errorMsg": "WFKPL49J1A==",
"userId": "16888500000001",
"lastActiveTime": 0,
"userOnlineStatus": 2,
"corpLogo": "",
"corpName": "",
"nickname": "张三"
},
"msg": "成功"
}