message ChatSummary {
string uid = 1;
string email = 2;
string username = 3;
string userId = 4;
string externalUserId = 5;
string contactName = 6;
string wecomChatId = 7;
string roomName = 8;
int32 chatRound = 9;
string botCorpId = 10;
}
curl --location --request GET '/api/v2/getChatSummary?token&code' \
--header 'Content-Type: application/json' \
--data-raw 'message ChatSummary {
string uid = 1;
string email = 2;
string username = 3;
string userId = 4;
string externalUserId = 5;
string contactName = 6;
string wecomChatId = 7;
string roomName = 8;
int32 chatRound = 9;
string botCorpId = 10;
}'
{
"errcode": 0,
"errmsg": "",
"data": {
"uid": "646d818baf71f175124fabdd",
"email": "leidaceshi@163.com",
"username": "董浩4",
"userId": "SuZhaoYi",
"externalUserId": "",
"contactName": "",
"wecomChatId": "wr4KoKHgAAkfc99It3MZD_wWRVl0IQJw",
"roomName": "客户群-测试",
"chatRound": 1,
"botCorpId": "ww19ee0f806b4ff125",
"timestamp": 1703062765798
}
}