{
"spoken":"您好,欢迎使用WorkTool~",
"rawSpoken": "@小明 您好,欢迎使用WorkTool~",
"receivedName": "WorkTool",
"groupName": "WorkTool",
"groupRemark": "WorkTool",
"roomType": 1,
"atMe": "true",
"textType": 1
}
curl --location --request POST 'https://api.worktool.ymdyes.cn/thirdQa2' \
--header 'Content-Type: application/json' \
--data-raw '{
"spoken":"您好,欢迎使用WorkTool~",
"rawSpoken": "@小明 您好,欢迎使用WorkTool~",
"receivedName": "WorkTool",
"groupName": "WorkTool",
"groupRemark": "WorkTool",
"roomType": 1,
"atMe": "true",
"textType": 1
}'
{
"code": 0,
"message": "string",
"data": {
"type": 0,
"info": {
"text": "string"
}
}
}